File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/shared/influxdb3-cli Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ influxdb3 [GLOBAL-OPTIONS] [COMMAND]
11
11
12
12
## Commands
13
13
14
- | Command | Description |
15
- | :---------------------------------------------------------------- | :---------------------------------- |
14
+ | Command | Description |
15
+ | :--------------------------------------------------------------| :---------------------------------- |
16
16
| [ create] ( /influxdb3/version/reference/cli/influxdb3/create/ ) | Create resources |
17
17
| [ delete] ( /influxdb3/version/reference/cli/influxdb3/delete/ ) | Delete resources |
18
18
| [ 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
66
66
influxdb3 serve \
67
67
--object-store file \
68
68
--data-dir ~ /.influxdb3 \
69
- --writer -id MY_HOST_NAME
69
+ --node -id MY_HOST_NAME
70
70
```
71
71
72
72
### Display short-form help for all commands
@@ -93,7 +93,7 @@ influxdb3 --help
93
93
influxdb3 serve -v \
94
94
--object-store file \
95
95
--data-dir ~ /.influxdb3 \
96
- --writer -id MY_HOST_NAME
96
+ --node -id MY_HOST_NAME
97
97
```
98
98
99
99
### Run {{< product-name >}} with debug logging using LOG_FILTER
@@ -104,5 +104,5 @@ influxdb3 serve -v \
104
104
LOG_FILTER=debug influxdb3 serve \
105
105
--object-store file \
106
106
--data-dir ~ /.influxdb3 \
107
- --writer -id MY_HOST_NAME
107
+ --node -id MY_HOST_NAME
108
108
```
You can’t perform that action at this time.
0 commit comments