Configure access tokens for private registry access and update with AI.
jsrepo auth
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
--token
The token to use for authenticating to your service.
jsrepo auth --token xxxxxxxxxxx
--logout
Executes the logout flow.
jsrepo auth --logout
--cwd
Run the current command on the provided directory absolute or relative.
jsrepo auth --cwd ./sites/docs
-h, --help
Help with the command.
jsrepo add --help