Install
The CLI requires Node.js 22 or later.softlaunch. To run it without installing, use npx @softlaunch/cli <command>.
Sign in
Authenticate with your email. The CLI sends a one-time code and stores your session locally.Select an organization
Most commands act on a single organization. List the ones you belong to, then select one:--org <organization-id>.
Output
Every command supports--json for machine-readable output, which is useful in scripts:
--no-color to disable colored output.
Configuration
Set these environment variables to provide defaults:| Variable | Description |
|---|---|
SOFTLAUNCH_ORG | Default organization id, used when --org is omitted. |
SOFTLAUNCH_SDK_KEY | Default SDK key for softlaunch eval. |
~/.softlaunch.
Next steps
Commands
See every command and its options.