istek-cli

Crates.ioistek-cli
lib.rsistek-cli
version1.0.0-rc.4
created_at2026-01-25 00:27:15.344212+00
updated_at2026-01-25 00:27:15.344212+00
descriptionCLI for Istek API Client
homepagehttps://github.com/istekapp/cli
repositoryhttps://github.com/istekapp/cli
max_upload_size
id2067772
size83,437
Hüseyin BABAL (huseyinbabal)

documentation

README

Istek CLI

Command-line interface for Istek - the AI-Native API Client.

Run API tests and manage collections from the terminal.

Installation

# 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

Quick Start

# List workspaces
istek workspaces list

# List collections
istek -w <WORKSPACE_ID> collections list

# Run tests
istek -w <WORKSPACE_ID> test <COLLECTION_ID>

Commands

  • workspaces list|show - Manage workspaces
  • collections list|show - Manage collections
  • test - Run collection tests

Global Options

  • --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 json

Documentation

For detailed usage, CI/CD integration, and advanced options, see the CLI documentation.

License

MIT

Commit count: 0

cargo fmt