Spice.ai OSS CLI command reference
spice​
Usage​
spice [command] [--help]
Full Command Reference​
| Command | Description | 
|---|---|
| add | Add Pod - adds a pod to the project | 
| catalogs | List catalogs loaded by the Spice runtime | 
| completion | Generate the autocompletion script for the specified shell | 
| dataset | Dataset operations | 
| datasets | Lists datasets loaded by the Spice runtime | 
| help | Help about any command | 
| init | Initialize Pod - initializes a new pod in the project | 
| login | Login to the Spice.ai Platform | 
| models | Lists models loaded by the Spice runtime | 
| pods | Lists Spicepods loaded by the Spice runtime | 
| refresh | Refreshes an accelerated dataset loaded by the Spice runtime | 
| run | Run Spice - starts the Spice runtime, installing if necessary | 
| search | Perform embeddings-based searches across | 
| sql | Start an interactive SQL query session against the Spice runtime | 
| status | Spice runtime status | 
| upgrade | Upgrades the Spice CLI to the latest release | 
| version | Spice CLI version | 
Command Flags​
All commands have a help flag --help or -h to print its usage documentation:
- --help | -h : Print the help message
