copilot-portal
v0.1.1
Published
Copilot Portal CLI - OAuth Device Flow authentication
Readme
CLI
OAuth Device Flow CLI for getting and optionally storing the GitHub token used by the service.
Install
npm install -g copilot-portalOr run it without installing:
npx copilot-portal authUsage
Get a token interactively:
npx copilot-portal authGet and save the token locally:
npx copilot-portal auth --savePrint the saved token:
npx copilot-portal tokenThe saved token is stored at ~/.copilot-portal/token.
