@usevalt/cli
v0.9.1
Published
Valt CLI — trust layer for AI-assisted development
Maintainers
Readme
@usevalt/cli
Command-line tool for Valt — the trust layer for AI-assisted development.
Installation
npm install -g @usevalt/cli
# or use npx
npx @usevalt/cli initSetup
valt init # Interactive setup — creates .valtrc.json
valt login # Authenticate via browser
valt doctor # Verify configuration and connectivityCommands
| Command | Description |
|---------|-------------|
| valt init | Interactive project setup |
| valt login | Authenticate via browser OAuth |
| valt status | Show recent session activity |
| valt sessions [id] | List or view sessions |
| valt analyze | Run evaluation on current git diff |
| valt verify <commit> | Check Valt Verified status of a commit |
| valt cert generate --session <id> | Generate certificate for a session |
| valt cert show <number> | Display certificate details |
| valt costs [--period 7d\|30d\|90d] | Show cost summary |
| valt proxy start\|status\|stop | Manage MCP proxy |
| valt config set\|get\|list | Manage configuration |
| valt whoami | Show current user and org |
| valt doctor | Check configuration and connectivity |
Configuration
Create .valtrc.json in your project root (or run valt init):
{
"apiKey": "valt_sk_live_...",
"endpoint": "https://api.usevalt.com",
"projectSlug": "my-project"
}Configuration priority: environment variables > .valtrc.json in current or parent directories.
License
MIT
