From a955ab1f956d283a6ad824c0b257f0e836d22684 Mon Sep 17 00:00:00 2001 From: stipsan <81981+stipsan@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:29:35 +0000 Subject: [PATCH] chore: update CLI README --- packages/@sanity/cli/README.md | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/packages/@sanity/cli/README.md b/packages/@sanity/cli/README.md index 21747e68a..336b30474 100644 --- a/packages/@sanity/cli/README.md +++ b/packages/@sanity/cli/README.md @@ -1237,23 +1237,24 @@ Export a dataset to a local gzipped tarball. Assets returning 401, 403, or 404 a ``` USAGE $ sanity datasets export [NAME] [DESTINATION] [-p ] [--asset-concurrency ] [--mode stream|cursor] - [--no-assets] [--no-compress] [--no-drafts] [--overwrite] [--raw] [--types ] + [--no-assets] [--no-compress] [--no-drafts] [--no-strict-asset-verification] [--overwrite] [--raw] [--types ] ARGUMENTS [NAME] Name of the dataset to export [DESTINATION] Output destination file path FLAGS - --asset-concurrency= [default: 8] Concurrent number of asset downloads - --mode=