GitHub

auth

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

npx jsrepo auth

Usage

Choose a service and provide a token:

npx jsrepo auth

Authenticate to a specific service:

npx jsrepo auth github

Choose a service to logout from:

npx jsrepo auth --logout

Logout from a specific service:

npx jsrepo auth github --logout

Options

--token

The token to use for authenticating to your service.

Usage

npx jsrepo auth --token xxxxxxxxxxx
--logout

Executes the logout flow.

Usage

npx jsrepo auth --logout
-h, --help

Help with the command.

Usage

npx jsrepo add --help