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=