Installation
The Acme CLI is the primary tool for interacting with the platform from your terminal. It supports project initialization, deployment, log streaming, and configuration management.
Install the CLI
Section titled “Install the CLI”npm install -g @acme/clibrew install acme-platform/tap/acme-cliDownload the latest release from the GitHub releases page and add the binary to your PATH.
Verify the Installation
Section titled “Verify the Installation”acme --versionYou should see output like acme-cli/1.0.0 linux-x64.
Authenticate
Section titled “Authenticate”acme loginThis opens your default browser to complete the OAuth 2.0 authorization flow. Once approved, the CLI stores a refresh token locally so you stay authenticated across sessions.
System Requirements
Section titled “System Requirements”| Requirement | Minimum |
|---|---|
| Node.js | 18.0+ |
| OS | macOS 12+, Ubuntu 20.04+, Windows 10+ |
| Disk space | 50 MB |
Next Steps
Section titled “Next Steps”With the CLI installed and authenticated, head to the Quick Start to create your first project.