Skip to main content
Run softlaunch --help, or softlaunch <command> --help, for usage at any time. Every command accepts --json and --no-color.

Authentication

softlaunch login

Sign in with an email one-time code.

softlaunch logout

Remove your stored credentials.

softlaunch whoami

Show the signed-in account and the selected organization.

Organizations

softlaunch orgs list

List the organizations you belong to.

softlaunch orgs use

Select the active organization for later commands.

Flags

softlaunch flags list

List flags with their status in each environment.

softlaunch flags get

Show a flag’s variations and per-environment configuration.

softlaunch flags create

Create a flag. Choose a --type of boolean, string, integer, numeric, or json.

softlaunch flags toggle

Enable or disable a flag in one environment.

Environments

softlaunch envs list

List environments and their SDK keys.

Evaluate

softlaunch eval

Evaluate a flag for a subject using the configuration an SDK key points to. This returns the same result an SDK would. Pass targeting attributes with repeated --attr key=value flags.
Set SOFTLAUNCH_SDK_KEY to omit --sdk-key.
eval needs only an SDK key, not a sign-in. Use a client key (slc_) to evaluate the obfuscated client configuration, or a server key (sls_) for the full configuration.