CLI Client installation and use - Version 10.x
Preparation
If you are using a platform independent distribution, this assumes you have already have Java 8 or Java 11 installed on your system. Reference: Oracle or Adopt Open Java (recommended). Verify by running the following from your command line: java -version
Platform specific distributions have no need for a separate Java
Steps
Download distribution
| |
Unzip
| |
Verify installation
Windowscd c:\tools\atlassian-cli-10.3.0
acli -a getClientInfo
Client name: cli, Client version: 10.3.0, Client build: 2022-01-20T19:59:31, Java: OpenJDK 64-Bit Server VM 11.0.11, OS: WindowsLinux, OSXcd /tools/atlassian-cli-10.3.0
./acli.sh -a getClientInfo
Client name: cli, Client version: 10.3.0, Client build: 2022-01-20T19:59:31, Java: OpenJDK 64-Bit Server VM 11.0.11, OS: Mac OS X 11.5 | |
Best practicesGeneral
Linux and OSX
|
Examples
No configuration or licenses are required for these examples
General Help | |
Action: getServerInfoThis action contacts a server and retrieves base information about the server. To start, we contact a pre-configured bobswift Cloud instance using anonymous access. | |
Action: getProjectList
| |
Action: getProject | |
Action: getSpace | |
Action: getPageList |