@sanity/cli 7.2.0 → 7.2.1

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.
Files changed (3) hide show
  1. package/README.md +6 -0
  2. package/oclif.manifest.json +801 -801
  3. package/package.json +12 -12
package/README.md CHANGED
@@ -372,6 +372,9 @@ DESCRIPTION
372
372
 
373
373
  Set SANITY_ASSET_TIMEOUT (seconds) to override the 60-second timeout for processing resource assets.
374
374
 
375
+ Exit codes: 0 deployed, 2 deployment failed, 75 deployment accepted but completion could not be confirmed (rerun
376
+ 'blueprints info' to check).
377
+
375
378
  EXAMPLES
376
379
  $ sanity blueprints deploy
377
380
 
@@ -415,6 +418,9 @@ DESCRIPTION
415
418
 
416
419
  Use this to clean up test environments or decommission a Stack you no longer need.
417
420
 
421
+ Exit codes: 0 destroyed, 2 destruction failed, 75 destruction accepted but completion could not be confirmed (rerun
422
+ 'blueprints info' to check).
423
+
418
424
  EXAMPLES
419
425
  $ sanity blueprints destroy
420
426