Spice.ai OSS CLI command reference
spice
Usage
spice [command] [--help]
Full Command Reference
| Command | Description |
|---|---|
| acceleration | Manage dataset acceleration features |
| add | Add Spicepod - adds a Spicepod to the project |
| catalogs | List catalogs loaded by the Spice runtime |
| chat | Chat with an LLM |
| cloud | Manage Spice Cloud resources |
| cluster | Cluster operations for the Spice runtime |
| completion | Generate the autocompletion script for the specified shell |
| connect | Connect to a Spice.ai Cloud Platform app |
| dataset | Dataset operations (configure datasets) |
| datasets | Lists datasets loaded by the Spice runtime |
| eval | Run model evaluation |
| help | Help about any command |
| init | Initialize Spice app - creates a new spicepod.yaml |
| install | Install or reinstall the Spice.ai runtime |
| login | Login to Spice.ai or configure credentials for data sources |
| models | Lists models loaded by the Spice runtime |
| nsql | Text-to-SQL REPL - translate natural language to SQL |
| pods | Lists Spicepods loaded by the Spice runtime |
| query | Submit an async query or start an interactive async query REPL |
| refresh | Refresh a dataset loaded by the Spice runtime |
| run | Run Spice - starts the Spice runtime, installing if necessary |
| search | Search datasets with embeddings |
| sql | Start an interactive SQL query session against the Spice runtime |
| status | Spice runtime status |
| trace | Return traces for operations that occurred in Spice |
| upgrade | Upgrades the Spice CLI and runtime to the latest release |
| version | Spice CLI version |
| workers | Lists workers loaded by the Spice runtime |
Command Flags
All commands have a help flag --help or -h to print its usage documentation:
- --help | -h : Print the help message
