sky terms
View and accept the SkyState Terms of Service from the CLI.
Synopsis
bash
sky terms
sky terms accept [--yes]Description
sky terms fetches the current account and prints whether the current Terms of Service version has been accepted.
sky terms accept accepts the current terms version for the signed-in account. Without --yes, it prompts in a TTY. In non-interactive mode, pass --yes.
These commands require a developer bearer session from sky login.
Options
| Option | Command | Description |
|---|---|---|
--yes | accept | Accept without prompting. |
Global --quiet, --verbose, and --api-url are accepted.
Examples
bash
sky terms
sky terms accept
sky terms accept --yesOutput
If the current terms are accepted:
text
Terms of Service v2 accepted on 5/21/2026.If acceptance is required:
text
Terms of Service have not been accepted. Run `sky terms accept` to continue.