@@ -16,21 +16,25 @@ spice [command] [--help]
1616
1717## Full Command Reference
1818
19- | Command | Description |
20- | ----------- | --------------------------------------------------------------------|
21- | add | Add Pod - adds a pod to the project |
22- | completion | Generate the autocompletion script for the specified shell |
23- | dataset | Dataset operations |
24- | help | Help about any command |
25- | init | Initialize Pod - initializes a new pod in the project |
26- | login | Login to Spice.ai |
27- | run | Run Spice.ai - starts the Spice.ai runtime, installing if necessary |
28- | sql | Start an interactive SQL query session against the Spice.ai runtime |
29- | upgrade | Upgrades the Spice CLI to the latest release |
30- | version | Spice CLI version |
19+ | Command | Description |
20+ | -------------------------------------------------- | --------------------------------------------------------------------|
21+ | [ add] ({{<ref "cli/reference/add">}}) | Add Pod - adds a pod to the project |
22+ | [ completion] ({{<ref "cli/reference/completion">}}) | Generate the autocompletion script for the specified shell |
23+ | [ dataset] ({{<ref "cli/reference/dataset">}}) | Dataset operations |
24+ | [ datasets] ({{<ref "cli/reference/datasets">}}) | Lists datasets loaded by the Spice runtime |
25+ | help | Help about any command |
26+ | [ init] ({{<ref "cli/reference/init">}}) | Initialize Pod - initializes a new pod in the project |
27+ | [ login] ({{<ref "cli/reference/login">}}) | Login to Spice.ai |
28+ | [ models] ({{<ref "cli/reference/models">}}) | Lists models loaded by the Spice runtime |
29+ | [ pods] ({{<ref "cli/reference/pods">}}) | Lists Spicepods loaded by the Spice runtime |
30+ | [ run] ({{<ref "cli/reference/run">}}) | Run Spice.ai - starts the Spice.ai runtime, installing if necessary |
31+ | [ sql] ({{<ref "cli/reference/sql">}}) | Start an interactive SQL query session against the Spice.ai runtime |
32+ | [ status] ({{<ref "cli/reference/status">}}) | Spice runtime status |
33+ | [ upgrade] ({{<ref "cli/reference/upgrade">}}) | Upgrades the Spice CLI to the latest release |
34+ | [ version] ({{<ref "cli/reference/version">}}) | Spice CLI version |
3135
3236## Command Flags
3337
3438All commands have a help flag ** --help** or ** -h** to print its usage documentation:
3539
36- - ** --help** | ** -h** : Print the help message
40+ - ** --help** | ** -h** : Print the help message
0 commit comments