Skip to main content
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

FlagTypeDefaultDescription
--host <host>stringHost to store the token under (e.g. gitlab.com or https://gitlab.com)
--repo <repo>stringRepo path to store the token under (e.g. gitlab.com/myorg/api)

auth list-tokens

List stored provider tokens (masked by default)

FlagTypeDefaultDescription
--show-tokensbooleanReveal raw tokens instead of masks

auth remove-token

Remove a token entry by host, repo, or legacy provider key

FlagTypeDefaultDescription
--host <host>stringHost key to remove (e.g. gitlab.com)
--repo <repo>stringRepo key to remove (e.g. gitlab.com/myorg/api)
--legacy <provider>stringLegacy provider-type key to remove ("gitlab" or "github")
--yesbooleanSkip confirmation prompt

auth show-token

Show the lookup chain for a repo (auto-detects from .releasejet.yml when omitted)

FlagTypeDefaultDescription
--show-tokensbooleanReveal the resolved token instead of masking it

auth migrate-tokens

Interactive walkthrough to move legacy gitlab/github keys into host keys