Installation
Installation
info
Automatic Installation
This documentation provides instructions for manual installation.
For most users, we recommend using the quick install command to easily install and automatically
update the A.I.M. CLI.
Download the release build for your platform, extract the binary if needed, place aim-cli on your PATH, and confirm the command is
available.
One common setup on Unix-like systems looks like this:
bash — install aim-cli
$~chmod +x ./aim-xxx
$~mv ./aim-xxx ~/.local/bin/aim-cli
$~aim-cli --help
aim-cli is ready to use.
info
Access requirements
Managed commands require valid A.I.M. user credentials and access to at least one tenant.
info
Stored sign-in is optional
On the first authenticated command, aim-cli can offer to store your login in ~/.aim-cli/auth.json so later runs can skip re-entering email and password.