| Crates.io | istek-cli |
| lib.rs | istek-cli |
| version | 1.0.0-rc.4 |
| created_at | 2026-01-25 00:27:15.344212+00 |
| updated_at | 2026-01-25 00:27:15.344212+00 |
| description | CLI for Istek API Client |
| homepage | https://github.com/istekapp/cli |
| repository | https://github.com/istekapp/cli |
| max_upload_size | |
| id | 2067772 |
| size | 83,437 |
Command-line interface for Istek - the AI-Native API Client.
Run API tests and manage collections from the terminal.
# From crates.io
cargo install istek-cli
# Homebrew (macOS)
brew install istekapp/tap/istek-cli
# Scoop (Windows)
scoop bucket add istekapp https://github.com/istekapp/scoop-bucket
scoop install istek-cli
# List workspaces
istek workspaces list
# List collections
istek -w <WORKSPACE_ID> collections list
# Run tests
istek -w <WORKSPACE_ID> test <COLLECTION_ID>
workspaces list|show - Manage workspacescollections list|show - Manage collectionstest - Run collection tests--api-url - API server URL (default: http://localhost:47835, env: ISTEK_API_URL)-w, --workspace - Workspace ID (env: ISTEK_WORKSPACE_ID)-o, --output - Output format: table or jsonFor detailed usage, CI/CD integration, and advanced options, see the CLI documentation.
MIT