Skip to content

Commit cc41793

Browse files
committed
docs: Add spice feedback CLI command reference
Add documentation for the new `spice feedback` command that opens the Spice.ai community Slack in the user's browser.
1 parent f8f531f commit cc41793

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "feedback"
3+
sidebar_label: "feedback"
4+
pagination_prev: null
5+
pagination_next: null
6+
---
7+
Open the Spice.ai community Slack in the default browser to share feedback.
8+
9+
### Usage
10+
11+
```shell
12+
spice feedback
13+
```
14+
15+
#### Flags
16+
17+
- `-h`, `--help` Print this help message
18+
19+
### Example
20+
21+
```shell
22+
> spice feedback
23+
24+
Opening Spice.ai community Slack in your default browser:
25+
26+
https://spice.ai/slack
27+
28+
If the browser does not open, visit the URL above manually.
29+
```

website/docs/cli/reference/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spice [command] [--help]
2727
| [connect](reference/connect) | Connect to a Spice.ai Cloud Platform app |
2828
| [dataset](reference/dataset) | Dataset operations (configure datasets) |
2929
| [datasets](reference/datasets) | Lists datasets loaded by the Spice runtime |
30+
| [feedback](reference/feedback) | Open the Spice.ai community Slack to share feedback |
3031
| help | Help about any command |
3132
| [init](reference/init) | Initialize Spice app - creates a new spicepod.yaml |
3233
| [install](reference/install) | Install or reinstall the Spice.ai runtime |

0 commit comments

Comments
 (0)