ReferenceCommands
releasejet auth
Manage ReleaseJet Pro license activation (activate, status, refresh, deactivate).
Manage Pro license
Subcommands
auth activate
Activate a Pro license key
auth status
Show current license status
auth refresh
Refresh the license token
auth deactivate
Remove the license key
auth set-token
Store a provider API token under a host or repo key in ~/.releasejet/credentials.yml
| Flag | Type | Default | Description |
|---|---|---|---|
--host <host> | string | — | Host to store the token under (e.g. gitlab.com or https://gitlab.com) |
--repo <repo> | string | — | Repo path to store the token under (e.g. gitlab.com/myorg/api) |
auth list-tokens
List stored provider tokens (masked by default)
| Flag | Type | Default | Description |
|---|---|---|---|
--show-tokens | boolean | — | Reveal raw tokens instead of masks |
auth remove-token
Remove a token entry by host, repo, or legacy provider key
| Flag | Type | Default | Description |
|---|---|---|---|
--host <host> | string | — | Host key to remove (e.g. gitlab.com) |
--repo <repo> | string | — | Repo key to remove (e.g. gitlab.com/myorg/api) |
--legacy <provider> | string | — | Legacy provider-type key to remove ("gitlab" or "github") |
--yes | boolean | — | Skip confirmation prompt |
auth show-token
Show the lookup chain for a repo (auto-detects from .releasejet.yml when omitted)
| Flag | Type | Default | Description |
|---|---|---|---|
--show-tokens | boolean | — | Reveal the resolved token instead of masking it |
auth migrate-tokens
Interactive walkthrough to move legacy gitlab/github keys into host keys