You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`wk exports list <project-id>`| Exports for a project |
21
25
|`wk exports show <export-id>`| Filter, split policy, counts for one export |
22
26
|`wk exports create <project-id>`| Snapshot the current label set into a frozen export |
23
27
|`wk exports download <export-id>`| Fetch manifest + every clip |
24
28
|`wk exports delete <export-id>`| Soft-delete an export |
25
29
|`wk exports adapt smart-turn …`| Convert a downloaded export into HF `datasets` Parquet shards |
30
+
|`wk models list <project-id>`| Models trained in a project (lineage, metrics, status) |
31
+
|`wk models show <model-id>`| Full model row including artifacts |
32
+
|`wk models push …`| Register a trained model + upload its artifacts |
33
+
|`wk models download <model-id>`| Fetch a specific model artifact |
34
+
|`wk version`| CLI + API versions, with `--json`|
35
+
|`wk update`| Self-update to the latest release (or `--check`, `--version`) |
36
+
|`wk agents`| Print the LLM-facing `AGENTS.md` guide |
26
37
27
38
Every list command supports `--page` / `--page-size` and prints a ready-to-paste `Next:` line when more pages exist. Add `--json` to any command for machine-readable output.
28
39
40
+
Don't see what you need above? `wk` is built on clap — every subcommand has self-describing help. Run `wk --help`, `wk <group> --help`, or `wk <group> <command> --help` to see every flag, type, and default for any command this binary supports.
41
+
29
42
Supported on macOS (Apple Silicon + Intel) and Linux (x86_64 + aarch64).
0 commit comments