Skip to content

Commit

Permalink
update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ewgenius committed Feb 23, 2024
1 parent be21af6 commit 7a8f4fa
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 25 deletions.
20 changes: 10 additions & 10 deletions spiceaidocs/content/en/cli/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ spice train gardener

Common commands are:

| Command | Description |
| ------------- | ------------------------------------------- |
| spice add | Add a pod to `spicepods` |
| 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 upgrade | Upgrade the CLI to latest version |

See [Spice.ai CLI command reference]({{<ref "cli/reference">}}) for the full list of available commands.
| Command | Description |
| ----------------- | ------------------------------------------------------------------- |
| spice add | Add Pod - adds a pod to the project |
| spice run | Run Spice - starts the Spice runtime, installing if necessary |
| spice version | Spice CLI version |
| spice help | Help about any command |
| spice upgrade | Upgrades the Spice CLI to the latest release |


See [Spice CLI command reference]({{<ref "cli/reference">}}) for the full list of available commands.

## Updating

Expand Down
28 changes: 13 additions & 15 deletions spiceaidocs/content/en/cli/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,19 @@ spice [command] [--help]

## Full Command Reference

| Command | Description |
| ----------------------- | ----------------------------------------------- |
| spice action | Manage actions |
| spice add | Add a pod to `spicepods` |
| [spice export](#Export) | Export a pod |
| [spice import](#Import) | Import a pod |
| spice init | Initialize a new pod |
| spice reward | Manages rewards |
| [spice run](#Run) | Starts the Spice.ai runtime |
| [spice train](#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 |
| Command | Description |
| ----------- | --------------------------------------------------------------------|
| add | Add Pod - adds a pod to the project |
| completion | Generate the autocompletion script for the specified shell |
| dataset | Dataset operations |
| help | Help about any command |
| init | Initialize Pod - initializes a new pod in the project |
| login | Login to Spice.ai |
| pods | Retrieve pods |
| run | Run Spice.ai - starts the Spice.ai runtime, installing if necessary |
| sql | Start an interactive SQL query session against the Spice.ai runtime |
| upgrade | Upgrades the Spice CLI to the latest release |
| version | Spice CLI version |

## Command Flags

Expand Down

0 comments on commit 7a8f4fa

Please sign in to comment.