CLI Reference¶
All ModelDock CLI commands.
Entry Point¶
Commands¶
Load¶
Auto-install if missing, then return a ready client.
Install¶
Explicit download of one or more models.
Install Category¶
Bulk install recommended models for a category (e.g., coding, vision).
List¶
Browse the catalog.
Installed¶
Models present locally.
Search¶
Search by name, capability, or category.
Info¶
Sizes, capabilities, variants.
Recommend¶
Guided pick for a task.
Update¶
Pull newer tag (destructive: removes then re-downloads).
Remove¶
Uninstall a model.
Cache¶
Manage the cache.
Config¶
View or change configuration.
Global Flags¶
| Flag | Description |
|---|---|
--backend | Runtime backend |
--config-path | Custom config file path |
--log-level | DEBUG/INFO/WARNING/ERROR |
--no-progress | Disable progress bars |
--yes | Skip confirmation prompts |
--version | Show version |
--help | Show help |
Next Steps¶
- Python API — SDK reference
- Configuration — config options