π‘ You can download the latest version of the ArborXR CLI Tool by clicking here.
Build 2023.50.0
12/14/2023
Added
Support for specifying an optional --release-channel argument to the `content channel upload` command. This allows to upload a build to a specific release channel.
Build 2023.47.0
11/21/2023
Added
--json
will now print only the result of the command.
Changed
Authentication has changed to use a new personal access token which can be generated via the web portal.
It is no longer required to supply the organization ID.
Build 2023.45.0
11/09/2023
Changed
The organization ID is now required for all commands.
Build 2023.30.0
07/26/2023
Changed
New backend endpoint usage.
Build 2023.6.0
02/08/2023
Added
A new option --
json
has been added to the commandscontent list
,content view
,content channel list
,content channel build list
, andcontent channel build view
for JSON output so that the CLI will have better compatibility with client CI/CD pipelines.
Build 2022.36.0
09/07/2022
Added
The commands
content channel upload
,content channel build list
andcontent channel build view
show build warnings in addition to errors.A new option
--fail-on-warning
has been added to the commandcontent channel upload
. When specified, the command will fail if the build processing gives a warning.
Build 2022.28.0
07/13/2022
Fixed
Long-running commands failed when the authentication details expired in the meantime.
Build 2022.24.0
06/15/2022
Added
The
content channel upload
command now supports passing it the ID of the organization content, in addition to the content channel ID.
Build 2022.7.0
02/19/2022
Fixed
Uploading large builds timed out after 100 seconds.
Build 2022.4.0
01/28/2022
Fixed
Long-running operations timed out after 30 seconds. This made it difficult to upload builds.
Build 2021.25.0
06/23/2021
Fixed
User-defined text like an app's title was not properly escaped, resulting in errors being thrown instead.
Build 2021.14.0
04/08/2021
Fixed
Automatic error collection stopped after a specific error was encountered.
Build 2021.12.0
03/28/2021
Changed
The CLI now includes detailed version information to ease the process of identifying development and QA builds. The user-facing versions are staying the same.
Fixed
Requests to the servers are retried only when encountering transient issues. Additionally a timeout has been added to help with connection issues. Previously all errors were retried, even if there was no chance for the next attempt to give a different result. This resulted in some operations taking longer than expected.
Build 2021.10.0
03/11/2021
Added
A CLI has been added. Its primary use is to take part in content upload automation, but it also allows to query various details of an organization.