CLICommand referencetoken

token

Commands, arguments, and options for openship token.

See the workflow guide for examples. Global flags such as --json go before the command; see global options.

openship token

Manage personal access tokens

openship token [options] [command]
SubcommandPurpose
listList your personal access tokens
create [options] <name>Mint a new personal access token (the secret is shown once)
revoke <id>Revoke one of your tokens

openship token create

Mint a new personal access token (the secret is shown once)

openship token create [options] <name>
ArgumentMeaning
nameHuman-readable token name
OptionMeaning
--read-onlyReject mutation methods (POST/PUT/PATCH/DELETE) (default: false)
--expires <days>Expire after N days (1–365); omit for non-expiring
--grant <type:id:perms>Scope the token to a resource (repeatable), e.g. project:abc123:read,write (default: [])
--full-accessMint an UNSCOPED token with your own full access (required when no --grant is given) (default: false)

openship token list

List your personal access tokens

openship token list [options]

openship token revoke

Revoke one of your tokens

openship token revoke [options] <id>
ArgumentMeaning
idToken ID

On this page