@tanagram/cli
v0.6.8
Published
Tanagram - Catch sloppy code before it ships
Downloads
5,595
Readme
Tanagram CLI
Quick Start
# Install
npm install -g @tanagram/cli
# Log in
tanagram loginCommands
tanagram login # Log in to your Tanagram account
tanagram logout # Log out of your Tanagram account
tanagram whoami # Show identity/session details from your auth token
tanagram version # Show the CLI version
tanagram help # Show available commandsAuthentication
tanagram login opens your browser to authorize the CLI with your Tanagram account. The CLI starts a temporary localhost server to receive the authorization callback from the browser. Once authorized, a session token is stored at ~/.tanagram/token.
Set TANAGRAM_TOKEN to skip interactive login (useful for CI/CD).
Requirements
- Node.js >= 14.0.0
Built by @MattMolinar and the Tanagram team.
