From d5b48a6c3d62cd0808d7bc67fbd41642cfacdfcb Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Tue, 18 Nov 2025 10:16:02 +0100 Subject: [PATCH] Fix data export command examples Updated export command examples for binary and tabular data. --- docs/data-ai/data/export.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/data-ai/data/export.md b/docs/data-ai/data/export.md index 1205b2ed02..2889f0b78a 100644 --- a/docs/data-ai/data/export.md +++ b/docs/data-ai/data/export.md @@ -62,10 +62,23 @@ This copies the command, including your org ID and the filters you selected, to Run the copied command in a terminal: +{{< tabs >}} +{{% tab name="Binary data" %}} + +```sh {class="command-line" data-prompt="$"} +viam data export binary filter --org-ids= --destination=. +``` + +{{% /tab %}} +{{% tab name="Tabular data" %}} + ```sh {class="command-line" data-prompt="$"} -viam data export --org-ids= --data-type= --mime-types= --destination=. +viam data export tabular filter --org-ids= --destination=. ``` +{{% /tab %}} +{{< /tabs >}} + This command downloads the data onto your computer based on the search criteria you select in the web UI. By default, the command creates two new directories named `data` and `metadata` in the current directory.