Skip to content

Commit ce8a938

Browse files
authored
Fix data export command examples (#4761)
1 parent 56a6032 commit ce8a938

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/data-ai/data/export.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,23 @@ This copies the command, including your org ID and the filters you selected, to
6262

6363
Run the copied command in a terminal:
6464

65+
{{< tabs >}}
66+
{{% tab name="Binary data" %}}
67+
68+
```sh {class="command-line" data-prompt="$"}
69+
viam data export binary filter --org-ids=<org-id> --destination=.
70+
```
71+
72+
{{% /tab %}}
73+
{{% tab name="Tabular data" %}}
74+
6575
```sh {class="command-line" data-prompt="$"}
66-
viam data export --org-ids=<org-id> --data-type=<binary|tabular> --mime-types=<mime types> --destination=.
76+
viam data export tabular filter --org-ids=<org-id> --destination=.
6777
```
6878

79+
{{% /tab %}}
80+
{{< /tabs >}}
81+
6982
This command downloads the data onto your computer based on the search criteria you select in the web UI.
7083

7184
By default, the command creates two new directories named `data` and `metadata` in the current directory.

0 commit comments

Comments
 (0)