{"id":49380362,"url":"https://github.com/wavekat/wavekat-cli","last_synced_at":"2026-04-28T05:01:08.800Z","repository":{"id":354292506,"uuid":"1222986535","full_name":"wavekat/wavekat-cli","owner":"wavekat","description":"Command-line client (wk) for the WaveKat platform","archived":false,"fork":false,"pushed_at":"2026-04-27T23:18:48.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-28T01:20:30.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/wavekat/wavekat-platform","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavekat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-27T22:47:40.000Z","updated_at":"2026-04-27T22:48:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wavekat/wavekat-cli","commit_stats":null,"previous_names":["wavekat/wavekat-cli"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/wavekat/wavekat-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavekat%2Fwavekat-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavekat%2Fwavekat-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavekat%2Fwavekat-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavekat%2Fwavekat-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavekat","download_url":"https://codeload.github.com/wavekat/wavekat-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavekat%2Fwavekat-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32367021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-28T05:00:51.408Z","updated_at":"2026-04-28T05:01:04.029Z","avatar_url":"https://github.com/wavekat.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/wavekat/wavekat-cli\"\u003e\n    \u003cimg src=\"https://github.com/wavekat/wavekat-brand/raw/main/assets/banners/wavekat-cli-narrow.svg\" alt=\"WaveKat CLI\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n[![Crates.io](https://img.shields.io/crates/v/wavekat-cli.svg)](https://crates.io/crates/wavekat-cli)\n\nCommand-line client (`wk`) for the [WaveKat platform](https://platform.wavekat.com).\nSign in once with your browser and inspect projects and annotations from the\nterminal.\n\n## Quick start\n\n```sh\ncurl -fsSL https://github.com/wavekat/wavekat-cli/releases/latest/download/install.sh | sh\nwk login\nwk projects list\n```\n\nThat's it — you're signed in and looking at your projects. Run any command\nwith `--help` to see all flags, or jump to the [Examples](#examples).\n\n\u003e Dataset export commands (`wk exports …`) are coming next — see\n\u003e [What's next](#whats-next).\n\n## What you can do today\n\n| Command | What it shows |\n|---------|---------------|\n| `wk login` / `wk logout`             | sign in via your browser, or sign out |\n| `wk me`                              | who you're signed in as |\n| `wk projects list`                   | paginated table of projects you can see |\n| `wk projects show \u003cid\u003e`              | details for one project (`--json` for raw) |\n| `wk annotations list \u003cproject-id\u003e`   | paginated annotations with inline ASR text |\n\nEvery list command supports `--page` / `--page-size` (default 20) and prints a\nready-to-paste `Next:` line when more pages exist. `wk annotations list`\nalso takes `--label`, `--review-status`, `--file-id`, and `--created-by`\nfilters. Add `--json` to any command for machine-readable output you can pipe\ninto `jq`.\n\nSupported on macOS (Apple Silicon + Intel) and Linux (x86_64 + aarch64).\n\n## Install\n\n### curl | sh (recommended)\n\n```sh\ncurl -fsSL https://github.com/wavekat/wavekat-cli/releases/latest/download/install.sh | sh\n```\n\nPin a specific version with `WK_VERSION=vX.Y.Z` or pick the install directory\nwith `WK_INSTALL_DIR=$HOME/bin`. Defaults to `/usr/local/bin` if writable, else\n`$HOME/.local/bin`.\n\n### Prebuilt binaries\n\nEach [release](https://github.com/wavekat/wavekat-cli/releases) attaches\ntarballs and `.sha256` checksums for the four supported targets — drop the\n`wk` binary anywhere on your `PATH`.\n\n### From source\n\n```sh\ncargo install --git https://github.com/wavekat/wavekat-cli wavekat-cli\n# or, from a clone:\ngit clone https://github.com/wavekat/wavekat-cli \u0026\u0026 cd wavekat-cli\ncargo install --path .\nwk --version\n```\n\n## Sign in\n\n```sh\nwk login\n```\n\n`wk` opens your browser to the WaveKat platform, you click **Authorize**, and\nthe terminal confirms you're signed in. The browser tab will say \"You can\nclose this tab\" when it's done.\n\nYou can list and revoke tokens any time from your platform profile page.\n`wk logout` revokes the current token before clearing the local file.\n\n### Headless / SSH\n\nIf no browser is available locally, run:\n\n```sh\nwk login --no-browser\n```\n\n`wk` prints a URL — open it on any browser that can reach the loopback port\n(typically `ssh -L 1234:127.0.0.1:1234 remote-host`, then open the URL the\nCLI prints).\n\n### CI / pre-minted token\n\nPre-mint a token from your platform profile, then:\n\n```sh\nWK_TOKEN='wkcli_…' WK_BASE_URL='https://platform.wavekat.com' wk login\n```\n\n### Where credentials are stored\n\n| Platform | Path |\n|----------|------|\n| macOS    | `~/Library/Application Support/wavekat/auth.json` |\n| Linux    | `~/.config/wavekat/auth.json` |\n| Windows  | `%APPDATA%\\wavekat\\auth.json` |\n\nMode is `0600` on Unix. Run `wk logout` to remove it.\n\n## Examples\n\n```sh\nwk me\n# login: somebody\n# id:    42\n# role:  user\n\nwk projects list --page-size 5\n\nwk projects list --json | jq '.projects[].name'\n\n# Default: human-readable table with the ASR snippet under each row.\nwk annotations list \u003cproject-id\u003e --label end_of_turn --review-status approved\n\n# Pipe raw JSON into jq for scripting.\nwk annotations list \u003cproject-id\u003e --label end_of_turn --review-status approved --json \\\n  | jq '.annotations | length'\n```\n\n## API reference\n\nEach command maps to a single platform endpoint:\n\n| Command | Endpoint |\n|---------|----------|\n| `wk login`                         | loopback OAuth + `GET /api/me` |\n| `wk logout`                        | `POST /api/auth/cli/tokens/revoke-current` |\n| `wk me`                            | `GET /api/me` |\n| `wk projects list`                 | `GET /api/projects` |\n| `wk projects show \u003cid\u003e`            | `GET /api/projects/{id}` |\n| `wk annotations list \u003cproject-id\u003e` | `GET /api/projects/{id}/annotations` |\n\n## What's next\n\nThe next milestone for the CLI is the **dataset export** feature, landing\ntogether with the matching platform changes. It will add:\n\n- `wk exports create` / `list` / `show` / `download`.\n- A built-in adapter that materialises the canonical snapshot into the\n  HuggingFace `datasets` format Pipecat `smart-turn` consumes.\n\n## Help and feedback\n\n- `wk --help` (or `wk \u003ccommand\u003e --help`) for usage details.\n- File issues at \u003chttps://github.com/wavekat/wavekat-cli/issues\u003e.\n\n## License\n\nApache-2.0. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavekat%2Fwavekat-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavekat%2Fwavekat-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavekat%2Fwavekat-cli/lists"}