We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092a48d commit ecb9487Copy full SHA for ecb9487
content/shared/v3-enterprise-get-started/_index.md
@@ -982,11 +982,11 @@ This feature is only available in Enterprise and is not available in Core.
982
# Example variables on a query
983
# HTTP-bound Port: 8585
984
985
-influxdb3 file-index create --host=http://127.0.0.1:8585 -d <DATABASE> -t <TABLE> <COLUMNS>
+influxdb3 create file_index --host=http://127.0.0.1:8585 -d <DATABASE> -t <TABLE> <COLUMNS>
986
```
987
988
#### Delete a file index
989
990
```bash
991
-influxdb3 file-index delete --host=http://127.0.0.1:8585 -d <DATABASE> -t <TABLE>
+influxdb3 delete file_index --host=http://127.0.0.1:8585 -d <DATABASE> -t <TABLE>
992
0 commit comments