@sanity/runtime-cli 12.0.0 → 12.0.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.
package/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @sanity/runtime-cli
20
20
  $ sanity-run COMMAND
21
21
  running command...
22
22
  $ sanity-run (--version)
23
- @sanity/runtime-cli/12.0.0 linux-x64 node-v24.11.1
23
+ @sanity/runtime-cli/12.0.1 linux-x64 node-v24.11.1
24
24
  $ sanity-run --help [COMMAND]
25
25
  USAGE
26
26
  $ sanity-run COMMAND
@@ -92,7 +92,7 @@ EXAMPLES
92
92
  $ sanity-run blueprints add function --name my-function --fn-type document-create --fn-type document-update --lang js
93
93
  ```
94
94
 
95
- _See code: [src/commands/blueprints/add.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/blueprints/add.ts)_
95
+ _See code: [src/commands/blueprints/add.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/blueprints/add.ts)_
96
96
 
97
97
  ## `sanity-run blueprints config`
98
98
 
@@ -121,7 +121,7 @@ EXAMPLES
121
121
  $ sanity-run blueprints config --edit --project-id <projectId> --stack-id <stackId>
122
122
  ```
123
123
 
124
- _See code: [src/commands/blueprints/config.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/blueprints/config.ts)_
124
+ _See code: [src/commands/blueprints/config.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/blueprints/config.ts)_
125
125
 
126
126
  ## `sanity-run blueprints deploy`
127
127
 
@@ -143,7 +143,7 @@ EXAMPLES
143
143
  $ sanity-run blueprints deploy --no-wait
144
144
  ```
145
145
 
146
- _See code: [src/commands/blueprints/deploy.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/blueprints/deploy.ts)_
146
+ _See code: [src/commands/blueprints/deploy.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/blueprints/deploy.ts)_
147
147
 
148
148
  ## `sanity-run blueprints destroy`
149
149
 
@@ -170,7 +170,7 @@ EXAMPLES
170
170
  $ sanity-run blueprints destroy --stack-id <stackId> --project-id <projectId> --force --no-wait
171
171
  ```
172
172
 
173
- _See code: [src/commands/blueprints/destroy.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/blueprints/destroy.ts)_
173
+ _See code: [src/commands/blueprints/destroy.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/blueprints/destroy.ts)_
174
174
 
175
175
  ## `sanity-run blueprints doctor`
176
176
 
@@ -188,7 +188,7 @@ DESCRIPTION
188
188
  Diagnose potential issues with Blueprint configuration
189
189
  ```
190
190
 
191
- _See code: [src/commands/blueprints/doctor.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/blueprints/doctor.ts)_
191
+ _See code: [src/commands/blueprints/doctor.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/blueprints/doctor.ts)_
192
192
 
193
193
  ## `sanity-run blueprints info`
194
194
 
@@ -210,7 +210,7 @@ EXAMPLES
210
210
  $ sanity-run blueprints info --stack-id <stackId>
211
211
  ```
212
212
 
213
- _See code: [src/commands/blueprints/info.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/blueprints/info.ts)_
213
+ _See code: [src/commands/blueprints/info.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/blueprints/info.ts)_
214
214
 
215
215
  ## `sanity-run blueprints init [DIR]`
216
216
 
@@ -250,7 +250,7 @@ EXAMPLES
250
250
  $ sanity-run blueprints init --blueprint-type <json|js|ts> --stack-name <stackName>
251
251
  ```
252
252
 
253
- _See code: [src/commands/blueprints/init.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/blueprints/init.ts)_
253
+ _See code: [src/commands/blueprints/init.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/blueprints/init.ts)_
254
254
 
255
255
  ## `sanity-run blueprints logs`
256
256
 
@@ -272,7 +272,7 @@ EXAMPLES
272
272
  $ sanity-run blueprints logs --watch
273
273
  ```
274
274
 
275
- _See code: [src/commands/blueprints/logs.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/blueprints/logs.ts)_
275
+ _See code: [src/commands/blueprints/logs.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/blueprints/logs.ts)_
276
276
 
277
277
  ## `sanity-run blueprints plan`
278
278
 
@@ -289,7 +289,7 @@ EXAMPLES
289
289
  $ sanity-run blueprints plan
290
290
  ```
291
291
 
292
- _See code: [src/commands/blueprints/plan.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/blueprints/plan.ts)_
292
+ _See code: [src/commands/blueprints/plan.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/blueprints/plan.ts)_
293
293
 
294
294
  ## `sanity-run blueprints stacks`
295
295
 
@@ -314,7 +314,7 @@ EXAMPLES
314
314
  $ sanity-run blueprints stacks --organization-id <organizationId>
315
315
  ```
316
316
 
317
- _See code: [src/commands/blueprints/stacks.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/blueprints/stacks.ts)_
317
+ _See code: [src/commands/blueprints/stacks.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/blueprints/stacks.ts)_
318
318
 
319
319
  ## `sanity-run functions add`
320
320
 
@@ -356,7 +356,7 @@ EXAMPLES
356
356
  $ sanity-run functions add --name my-function --type document-create --type document-update --lang js
357
357
  ```
358
358
 
359
- _See code: [src/commands/functions/add.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/functions/add.ts)_
359
+ _See code: [src/commands/functions/add.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/functions/add.ts)_
360
360
 
361
361
  ## `sanity-run functions dev`
362
362
 
@@ -379,7 +379,7 @@ EXAMPLES
379
379
  $ sanity-run functions dev --host 127.0.0.1 --port 8974
380
380
  ```
381
381
 
382
- _See code: [src/commands/functions/dev.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/functions/dev.ts)_
382
+ _See code: [src/commands/functions/dev.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/functions/dev.ts)_
383
383
 
384
384
  ## `sanity-run functions env add NAME KEY VALUE`
385
385
 
@@ -401,7 +401,7 @@ EXAMPLES
401
401
  $ sanity-run functions env add MyFunction API_URL https://api.example.com/
402
402
  ```
403
403
 
404
- _See code: [src/commands/functions/env/add.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/functions/env/add.ts)_
404
+ _See code: [src/commands/functions/env/add.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/functions/env/add.ts)_
405
405
 
406
406
  ## `sanity-run functions env list NAME`
407
407
 
@@ -421,7 +421,7 @@ EXAMPLES
421
421
  $ sanity-run functions env list MyFunction
422
422
  ```
423
423
 
424
- _See code: [src/commands/functions/env/list.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/functions/env/list.ts)_
424
+ _See code: [src/commands/functions/env/list.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/functions/env/list.ts)_
425
425
 
426
426
  ## `sanity-run functions env remove NAME KEY`
427
427
 
@@ -442,7 +442,7 @@ EXAMPLES
442
442
  $ sanity-run functions env remove MyFunction API_URL
443
443
  ```
444
444
 
445
- _See code: [src/commands/functions/env/remove.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/functions/env/remove.ts)_
445
+ _See code: [src/commands/functions/env/remove.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/functions/env/remove.ts)_
446
446
 
447
447
  ## `sanity-run functions logs NAME`
448
448
 
@@ -476,7 +476,7 @@ EXAMPLES
476
476
  $ sanity-run functions logs <name> --delete
477
477
  ```
478
478
 
479
- _See code: [src/commands/functions/logs.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/functions/logs.ts)_
479
+ _See code: [src/commands/functions/logs.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/functions/logs.ts)_
480
480
 
481
481
  ## `sanity-run functions test NAME`
482
482
 
@@ -525,7 +525,7 @@ EXAMPLES
525
525
  $ sanity-run functions test <name> --event update --data-before '{ "title": "before" }' --data-after '{ "title": "after" }'
526
526
  ```
527
527
 
528
- _See code: [src/commands/functions/test.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.0/src/commands/functions/test.ts)_
528
+ _See code: [src/commands/functions/test.ts](https://github.com/sanity-io/runtime-cli/blob/v12.0.1/src/commands/functions/test.ts)_
529
529
 
530
530
  ## `sanity-run help [COMMAND]`
531
531
 
@@ -1410,5 +1410,5 @@
1410
1410
  ]
1411
1411
  }
1412
1412
  },
1413
- "version": "12.0.0"
1413
+ "version": "12.0.1"
1414
1414
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sanity/runtime-cli",
3
3
  "description": "Sanity's Runtime CLI for Blueprints and Functions",
4
- "version": "12.0.0",
4
+ "version": "12.0.1",
5
5
  "author": "Sanity Runtime Team",
6
6
  "type": "module",
7
7
  "license": "MIT",