tokens

Configure access tokens for private registry access and update with AI.

	jsrepo tokens

Usage

Choose a service and provide a token:

	jsrepo tokens

Authenticate to a specific service:

	jsrepo tokens github

Choose a service to logout from:

	jsrepo tokens --logout

Logout from a specific service:

	jsrepo tokens github --logout

Options

--token

The token to use for authenticating to your service.

Usage

	jsrepo tokens --token xxxxxxxxxxx

--logout

Executes the logout flow.

Usage

	jsrepo tokens --logout

--cwd

Run the current command on the provided directory absolute or relative.

Usage

	jsrepo tokens --cwd ./sites/docs

-h, --help

Help with the command.

Usage

	jsrepo add --help