(core): Update serve examples for Core
parent
db093f626c
commit
b350a12d53
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue