(core): Update serve examples for Core

pull/5916/head
Jason Stirnaman 2025-03-18 17:28:41 -05:00
parent db093f626c
commit b350a12d53
1 changed files with 5 additions and 5 deletions

View File

@ -11,8 +11,8 @@ influxdb3 [GLOBAL-OPTIONS] [COMMAND]
## Commands
| Command | Description |
| :---------------------------------------------------------------- | :---------------------------------- |
| Command | Description |
| :--------------------------------------------------------------| :---------------------------------- |
| [create](/influxdb3/version/reference/cli/influxdb3/create/) | Create resources |
| [delete](/influxdb3/version/reference/cli/influxdb3/delete/) | Delete resources |
| [disable](/influxdb3/version/reference/cli/influxdb3/disable/) | Disable resources |
@ -66,7 +66,7 @@ You can use the following environment variables to set `influxdb3` global option
influxdb3 serve \
--object-store file \
--data-dir ~/.influxdb3 \
--writer-id MY_HOST_NAME
--node-id MY_HOST_NAME
```
### Display short-form help for all commands
@ -93,7 +93,7 @@ influxdb3 --help
influxdb3 serve -v \
--object-store file \
--data-dir ~/.influxdb3 \
--writer-id MY_HOST_NAME
--node-id MY_HOST_NAME
```
### Run {{< product-name >}} with debug logging using LOG_FILTER
@ -104,5 +104,5 @@ influxdb3 serve -v \
LOG_FILTER=debug influxdb3 serve \
--object-store file \
--data-dir ~/.influxdb3 \
--writer-id MY_HOST_NAME
--node-id MY_HOST_NAME
```