Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements and Clarifications to Spice's documentation #688

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions spiceaidocs/docs/cli/reference/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ sidebar_label: "version"
pagination_prev: null
pagination_next: null
---
Spice CLI version

Outputs the current version of the Spice CLI and runtime.

### Usage

```shell
```shell
spice version [flags]
```

#### Flags

- `-h`, `--help` help for version
- `-h`, `--help` help for version

### Examples

Expand All @@ -27,3 +28,15 @@ spice version
```shell
spice version --short
```

### Sample Output

**New Version Available:**

```
2024/12/17 22:42:11 INFO CLI version: v0.18.3-beta
2024/12/17 22:42:13 INFO Runtime version: v0.20.0-beta+models
2024/12/17 22:42:14 INFO
CLI version v1.0.0-rc.2 is now available!
To upgrade, run "spice upgrade".
```