Expand description
CLI subcommand handlers for Nika
Each module handles one nika <subcommand> group.
TUI-dependent handlers (provider, new_wizard) remain in the nika binary crate.
Modules§
- cache_
cmd nika cachesubcommand handler.- config
- Configuration management subcommand handler
- course
- Course subcommand handler — interactive learning CLI
- daemon
nika daemonsubcommand handler.- doctor
- Doctor diagnostic subcommand handler
- init
- Init subcommand handler — creates .nika/config.toml
- jobs
nika jobsubcommand handler.- machine
- Machine-level auto-setup for Nika.
- mcp
- MCP server management subcommand handler
- media
nika mediasubcommand — list, stats, and GC for CAS media store.- model_
cloud - Cloud model listing — always available (no native-inference feature required).
- new_cmd
- New workflow creation subcommand handler
- pkg
- Package management subcommand handler
- schema
- Schema management subcommand handler
- showcase
- Showcase subcommand handler — list and extract showcase workflows
- trace
- Trace subcommand handler
- verbs
- Direct verb execution from CLI — no YAML needed.
- workflow
- Workflow management subcommand handler