The edge CLI lets you manage all Simplifyd Cloud resources from your terminal.
The edge CLI is the command-line interface for Simplifyd Cloud. It mirrors every operation available in the web dashboard and is designed for both interactive development and automated CI/CD pipelines.
For non-interactive environments (CI/CD, scripts), use a token instead:
Priority
Source
How to set
1 (highest)
--token flag
edge --token <jwt> workspace list
2
CLOUD_TOKEN env var
export CLOUD_TOKEN=<jwt>
3
~/.simplifyd/config.json
Set by edge auth login
The CLI picks the first token it finds in this order. This lets you override the stored token on a per-command basis without touching your config file.