Skip to content

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.

Terminal window
npm install -g @acme/cli
Terminal window
acme --version

You should see output like acme-cli/1.0.0 linux-x64.

Terminal window
acme login

This 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.

RequirementMinimum
Node.js18.0+
OSmacOS 12+, Ubuntu 20.04+, Windows 10+
Disk space50 MB

With the CLI installed and authenticated, head to the Quick Start to create your first project.