S

S2 CLI

CLI discovered

Details
Command
s2
Docs
https://s2.dev/docs/cli/overview
Authentication
S2 access token bearer discovered Get token ↗
$ s2 config set access_token YOUR_ACCESS_TOKEN

Sign in to the S2 dashboard, create an organization if needed, and issue an access token. The Quickstart says to create an account, log in to the dashboard, create a new organization, and issue an access token. Tokens can also be listed, issued, and revoked from the access token API/docs. Store it for apps as S2_ACCESS_TOKEN, or for the CLI with s2 config set access_token YOUR_ACCESS_TOKEN.