CLI Client installation and use - Version 12.x
Preparation
If you are using a platform independent distribution, this assumes you have already have Java 11 or Java 17 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\acli-12.0.0
acli -a getClientInfo
Client name: cli, Client version: 12.0.0, Client build: 2024-12-03T19:59:31, Java: OpenJDK 64-Bit Server VM 17.0.6, OS: WindowsLinux, OSXcd /tools/acli-12.0.0
./acli.sh -a getClientInfo
Client name: cli, Client version: 12.0.0, Client build: 2024-12-03T19:59:31, Java: OpenJDK 64-Bit Server VM 17.0.6, OS: Mac OS X 12.6.6 | |
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 |