CLI Installation
The Edge CLI is the fastest way to manage your infrastructure. Install it in seconds, authenticate, and start deploying.
Quick Install
The fastest way to install the Edge CLI is with our install script. It detects your operating system and architecture automatically.
Verify it worked:
Manual Install
If you prefer not to pipe to shell, download the binary directly for your platform.
macOS
Linux
Windows
Authenticate
Once installed, log in with your API key. You can generate one in the control panel under API Keys.
Check your authentication status at any time:
Try it out
Once authenticated, try a few commands to see what you've got:
Configuration
The CLI stores its configuration at ~/.edge/config.json.
You can customise defaults to save typing:
Output formats
The CLI supports three output formats, controlled with the -o flag:
table Human-readable tables (default). Best for interactive use.
json JSON output. Best for scripting and piping to other tools like jq.
quiet Minimal output — just IDs and essential values. Best for shell scripts.
Updating
The CLI checks for updates automatically and will let you know when a new version is available. To update, just run the install command again: