Skip to content
Merged
Show file tree
Hide file tree
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
29 changes: 29 additions & 0 deletions website/docs/cli/reference/feedback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "feedback"
sidebar_label: "feedback"
pagination_prev: null
pagination_next: null
---
Open the Spice.ai community Slack in the default browser to share feedback.

### Usage

```shell
spice feedback
```

#### Flags

- `-h`, `--help` Print this help message

### Example

```shell
> spice feedback

Opening Spice.ai community Slack in your default browser:

https://spice.ai/slack

If the browser does not open, visit the URL above manually.
```
1 change: 1 addition & 0 deletions website/docs/cli/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spice [command] [--help]
| [connect](reference/connect) | Connect to a Spice.ai Cloud Platform app |
| [dataset](reference/dataset) | Dataset operations (configure datasets) |
| [datasets](reference/datasets) | Lists datasets loaded by the Spice runtime |
| [feedback](reference/feedback) | Open the Spice.ai community Slack to share feedback |
| help | Help about any command |
| [init](reference/init) | Initialize Spice app - creates a new spicepod.yaml |
| [install](reference/install) | Install or reinstall the Spice.ai runtime |
Expand Down
Loading