CLI
Authenticate the CLI
Log in to Easel from the CLI, use API tokens, and sign out.
Authenticate the CLI so platform commands can access your workspace.
Log in
Run easel login to open a browser session against app.easel.sh. After you approve access, the CLI saves a token locally and prints the signed-in user and active workspace.
Tokens created by login include deploy permissions (deployments:create, files:write). If you logged in before those scopes existed, run easel logout && easel login once.
Token resolution
Token resolution order is:
--token/-ton the command line- The
EASEL_TOKENenvironment variable - The token saved by
easel login
For CI or non-interactive shells, set EASEL_TOKEN instead of using browser login:
Log out
Remove saved credentials with: