GitHub

auth

Configure access tokens for private repository access.

npx jsrepo auth

Usage

npx jsrepo auth

Options

--token

The token to use for authenticating to your provider.

Usage

npx jsrepo auth --token xxxxxxxxxxx
--provider

The provider to store the token for. (github, gitlab, bitbucket, azure).

Usage

npx jsrepo auth --provider github
--logout

Changes to an interactive logout where you choose the provider to remove the token from.

Usage

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

Help with the command.

Usage

npx jsrepo add --help