auth

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

	jsrepo auth

Usage

Choose a service and provide a token:

	jsrepo auth

Authenticate to a specific service:

	jsrepo auth github

Choose a service to logout from:

	jsrepo auth --logout

Logout from a specific service:

	jsrepo auth github --logout

Options

--token

The token to use for authenticating to your service.

Usage

	jsrepo auth --token xxxxxxxxxxx

--logout

Executes the logout flow.

Usage

	jsrepo auth --logout

--cwd

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

Usage

	jsrepo auth --cwd ./sites/docs

-h, --help

Help with the command.

Usage

	jsrepo add --help