@kaydotmd/cli
v1.1.1
Published
Enterprise-grade coding CLI management
Downloads
3
Maintainers
Readme
@kaydotmd/cli
Enterprise-grade coding CLI management
Installation
# Run with npx (no installation)
npx @kaydotmd/cli login
# Or install globally
npm install -g @kaydotmd/cli
kay loginCommands
kay login
Authenticate with Kay using WorkOS device flow.
kay loginOpens your browser to complete authentication. Works great in remote/SSH environments.
kay logout
Clear authentication credentials.
kay logoutkay status
Show current authentication status.
# Human-readable format
kay status
# JSON format
kay status --jsonConfiguration
Kay stores authentication credentials in ~/.kay/config.json with 600 permissions for security.
Environment Variables
The Kay CLI has environment configuration built into the package at build time. No runtime environment variables are required for normal use.
For CLI developers working on this package:
- Copy
.env.exampleto.env.developmentfor local development - Update
.env.productionwith production credentials before publishing to npm - Run
npm run buildfor development builds - Run
npm run build:prodfor production builds (happens automatically onnpm publish)
Support
For issues and questions, visit: https://github.com/kay/kay/issues
