Skip to content

Commit b350a12

Browse files
committed
(core): Update serve examples for Core
1 parent db093f6 commit b350a12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/shared/influxdb3-cli/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ influxdb3 [GLOBAL-OPTIONS] [COMMAND]
1111

1212
## Commands
1313

14-
| Command | Description |
15-
| :---------------------------------------------------------------- | :---------------------------------- |
14+
| Command | Description |
15+
| :--------------------------------------------------------------| :---------------------------------- |
1616
| [create](/influxdb3/version/reference/cli/influxdb3/create/) | Create resources |
1717
| [delete](/influxdb3/version/reference/cli/influxdb3/delete/) | Delete resources |
1818
| [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
6666
influxdb3 serve \
6767
--object-store file \
6868
--data-dir ~/.influxdb3 \
69-
--writer-id MY_HOST_NAME
69+
--node-id MY_HOST_NAME
7070
```
7171

7272
### Display short-form help for all commands
@@ -93,7 +93,7 @@ influxdb3 --help
9393
influxdb3 serve -v \
9494
--object-store file \
9595
--data-dir ~/.influxdb3 \
96-
--writer-id MY_HOST_NAME
96+
--node-id MY_HOST_NAME
9797
```
9898

9999
### Run {{< product-name >}} with debug logging using LOG_FILTER
@@ -104,5 +104,5 @@ influxdb3 serve -v \
104104
LOG_FILTER=debug influxdb3 serve \
105105
--object-store file \
106106
--data-dir ~/.influxdb3 \
107-
--writer-id MY_HOST_NAME
107+
--node-id MY_HOST_NAME
108108
```

0 commit comments

Comments
 (0)