sanity 3.72.2-server-side-schemas.24 → 3.72.2-server-side-schemas.25
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 +2 -0
- package/lib/_chunks-cjs/_internal.js.map +1 -1
- package/lib/_chunks-cjs/deployAction.js +2 -1
- package/lib/_chunks-cjs/deployAction.js.map +1 -1
- package/lib/_chunks-cjs/storeSchemasAction.js +18 -17
- 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/deploy/deployAction.ts +2 -0
- package/src/_internal/cli/actions/schema/storeSchemasAction.ts +38 -28
- package/src/_internal/cli/commands/deploy/deployCommand.ts +1 -0
- package/src/_internal/cli/commands/schema/storeSchemaCommand.ts +1 -0
@@ -1814,6 +1814,7 @@ Options
|
|
1814
1814
|
--no-minify Skip minifying built JavaScript (speeds up build, increases size of bundle)
|
1815
1815
|
--no-build Don't build the studio prior to deploy, instead deploying the version currently in \`dist/\`
|
1816
1816
|
--schema-required Require schema extraction and storing to be successful
|
1817
|
+
--verbose Enable verbose logging
|
1817
1818
|
-y, --yes Unattended mode, answers "yes" to any "yes/no" prompt and otherwise uses defaults
|
1818
1819
|
|
1819
1820
|
Examples
|
@@ -3417,6 +3418,7 @@ Options:
|
|
3417
3418
|
--workspace The name of the workspace to fetch the stored schema for
|
3418
3419
|
--path If you are not using the default static file path, you can specify it here.
|
3419
3420
|
--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.
|
3421
|
+
--verbose Enable verbose logging
|
3420
3422
|
|
3421
3423
|
Examples
|
3422
3424
|
# if no options are provided all workspace schemas will be stored
|