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 a5b8c44 commit 95a88f6Copy full SHA for 95a88f6
content/shared/v3-core-get-started/_index.md
@@ -346,7 +346,9 @@ curl "http://localhost:8181/api/v3/write_lp?db=sensors&precision=auto&no_sync=tr
346
--data-raw "home,room=Sunroom temp=96"
347
```
348
349
-If you are using the CLI, here is an example of how to enable the `no_sync` option:
+###### Immediate write using the influxdb3 CLI
350
+
351
+The `no_sync` CLI option controls when writes are acknowledged--for example:
352
353
```sh
354
influxdb3 write --bucket=mydb --org=my_org --token=my-token --no-sync
0 commit comments