@alamin0006/nexora-cli
v0.1.0
Published
Nexora AI CLI - sign in, manage API keys, and configure Claude Code
Maintainers
Readme
Nexora AI CLI
NestJS-powered command-line tool for Nexora AI. Sign in, generate API keys, and wire Claude Code up automatically.
Stack
- NestJS 10 + nest-commander
- axios for HTTP
- inquirer / ora / chalk for UX
Install (local dev)
cd cli
npm install
npm run build
npm link # makes `nexora` available globally on your machineOr run without building:
npm run dev -- loginBy default the CLI talks to https://api.nexora.ai/api. Override for local development with:
export NEXORA_API_URL="https://api.your-domain.com/api"Commands
| Command | What it does |
|-------------------------------|-----------------------------------------------------------|
| nexora | One-command setup: login, API key, Claude Code config |
| nexora login | Email + password sign-in (use --signup to register) |
| nexora logout | Clear local credentials |
| nexora whoami | Show currently signed-in account |
| nexora generate-key | Create a new API key (printed once, then stored locally) |
| nexora configure | Write the API key into ~/.claude/settings.json |
| nexora status | Plan + today's usage |
Local config
Credentials and the active API key are stored in ~/.nexora/config.json with 0600 permissions.
Typical flow
nexora
# done - Claude Code now uses your Nexora AI key