Skip to content

Commit 95a88f6

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/v3-core-get-started/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
1 parent a5b8c44 commit 95a88f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,9 @@ curl "http://localhost:8181/api/v3/write_lp?db=sensors&precision=auto&no_sync=tr
346346
--data-raw "home,room=Sunroom temp=96"
347347
```
348348
349-
If you are using the CLI, here is an example of how to enable the `no_sync` option:
349+
###### Immediate write using the influxdb3 CLI
350+
351+
The `no_sync` CLI option controls when writes are acknowledged--for example:
350352
351353
```sh
352354
influxdb3 write --bucket=mydb --org=my_org --token=my-token --no-sync

0 commit comments

Comments
 (0)