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
3 changes: 3 additions & 0 deletions website/docs/cli/reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ spice run [flags] -- [spiced flags]
#### Flags

- `-h`, `--help` Print this help message
- `--flight-endpoint` Configure runtime Flight endpoint. Defaults to http://127.0.0.1:50051
- `--http-endpoint` Configure runtime HTTP endpoint. Defaults to http://127.0.0.1:8090
- `--metrics-endpoint` Configure runtime Prometheus metrics endpoint. Defaults to http://127.0.0.1:9090

#### Spiced Flags

Expand Down
3 changes: 2 additions & 1 deletion website/docs/cli/reference/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ spice sql [flags]

- `--tls-root-certificate-file` The path to the root certificate file used to verify the Spice.ai runtime server certificate
- `-h`, `--help` Print this help message

- `--flight-endpoint` Configure runtime Flight endpoint. Defaults to http://127.0.0.1:50051
- `--http-endpoint` Configure runtime HTTP endpoint. Defaults to http://127.0.0.1:8090

### Examples

Expand Down