agiler is the official command-line interface for Agiler. It wraps the same REST API that powers the dashboard, so anything you can do in the browser you can script from a shell: list projects, tail logs, upload files, run SQL, restore backups, and manage domains and environment variables.
Install it with Homebrew on macOS or Linux:
brew install agilercloud/tap/agiler
Then log in with an API key and confirm the connection:
agiler login
agiler whoami
The CLI authenticates with the same scoped API keys as the REST API, so a key issued with read-only scopes stays read-only at the command line. Generate one in your dashboard under Profile → API Keys.
The CLI is open source under the MIT license.
- Source and issues: github.com/agilercloud/cli
- CLI reference: /docs/cli/, documenting every command plus the install script and build-from-source options.