@limitry/cli
v0.1.4
Published
Limitry CLI - Command-line interface for Limitry
Maintainers
Readme
@limitry/cli
Official CLI for Limitry — manage rate limits, quotas, and usage from the command line.
Installation
npm install -g @limitry/cliOr with other package managers:
pnpm add -g @limitry/cli
yarn global add @limitry/cliQuick Start
# Login to your Limitry account
limitry login
# Select your default project interactively
limitry project select
# Or list your projects
limitry project listCommands
| Command | Description |
|---------|-------------|
| limitry login | Authenticate with Limitry |
| limitry logout | Clear authentication |
| limitry whoami | Show current user |
| limitry project list | List all projects |
| limitry project select | Interactively select a default project |
| limitry project current | Get current project details |
| limitry project clear | Clear the default project |
| limitry config set <key> <value> | Set configuration value |
| limitry config get <key> | Get configuration value |
| limitry config list | List all configuration |
Configuration
Default Project
Set a default project to avoid passing -p on every command:
limitry config set project acme/my-appEnvironment Variables
| Variable | Description |
|----------|-------------|
| LIMITRY_PROJECT | Default project (overrides config file) |
| LIMITRY_API_URL | API URL (for self-hosted instances) |
Priority: CLI flag (-p) → Environment variable → Config file
Output Formats
Most commands support -o, --output for different output formats:
# Human-readable table (default)
limitry project list
# JSON (for scripting)
limitry project list -o jsonDocumentation
Full documentation: limitry.com/docs
License
Apache-2.0
