spice [command] [--help]
Command | Description |
---|---|
spice action | Manage actions |
spice add | Add a pod to spicepods |
spice export | Export a pod |
spice import | Import a pod |
spice init | Initialize a new pod |
spice reward | Manages rewards |
spice run | Starts the Spice.ai runtime |
spice train | Starts a pod training run |
spice version | Shows the Spice.ai CLI and runtime versions |
spice help | Help about any command |
spice completion | Generates the autocompletion script for a shell |
spice pods list | Retrieve pods currently loaded in the runtime |
spice upgrade | Upgrade CLI to the latest version |
All commands have a help flag –help or -h to print its usage documentation:
spice export <podname> [--tag <tag>] [--overwrite] [--output <directory>]
spice import <podname> [--tag <tag>]
spice run [--context <context>]
spice train [--context <context>] [--learning-algorithm <algorithm>]
spice pods list