sanity 3.72.2-server-side-schemas.21 → 3.72.2-server-side-schemas.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_chunks-cjs/_internal.js +1 -1
- package/lib/_chunks-cjs/_internal.js.map +1 -1
- package/lib/_chunks-cjs/storeSchemasAction.js +21 -11
- package/lib/_chunks-cjs/storeSchemasAction.js.map +1 -1
- package/lib/_chunks-cjs/version.js +1 -1
- package/lib/_chunks-es/version.mjs +1 -1
- package/lib/_legacy/version.esm.js +1 -1
- package/package.json +10 -10
- package/src/_internal/cli/actions/schema/storeSchemasAction.ts +30 -19
- package/src/_internal/cli/commands/schema/storeSchemaCommand.ts +1 -1
@@ -3416,7 +3416,7 @@ const description$1 = "", helpText$4 = `
|
|
3416
3416
|
Options:
|
3417
3417
|
--workspace The name of the workspace to fetch the stored schema for
|
3418
3418
|
--path If you are not using the default static file path, you can specify it here.
|
3419
|
-
--
|
3419
|
+
--id-prefix you can specify a custom id prefix for the stored schemas. Useful if you want to store the schema in a different path than the default one.
|
3420
3420
|
|
3421
3421
|
Examples
|
3422
3422
|
# if no options are provided all workspace schemas will be stored
|