@sanity/runtime-cli 10.2.0 → 10.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.
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/10.2.0 linux-x64 node-v22.18.0
23
+ @sanity/runtime-cli/10.2.1 linux-x64 node-v22.18.0
24
24
  $ sanity-run --help [COMMAND]
25
25
  USAGE
26
26
  $ sanity-run COMMAND
@@ -87,7 +87,7 @@ EXAMPLES
87
87
  $ sanity-run blueprints add function --name my-function --fn-type document-update --lang js
88
88
  ```
89
89
 
90
- _See code: [src/commands/blueprints/add.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/blueprints/add.ts)_
90
+ _See code: [src/commands/blueprints/add.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/blueprints/add.ts)_
91
91
 
92
92
  ## `sanity-run blueprints config`
93
93
 
@@ -118,7 +118,7 @@ EXAMPLES
118
118
  $ sanity-run blueprints config --edit --project-id <projectId> --stack-id <stackId>
119
119
  ```
120
120
 
121
- _See code: [src/commands/blueprints/config.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/blueprints/config.ts)_
121
+ _See code: [src/commands/blueprints/config.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/blueprints/config.ts)_
122
122
 
123
123
  ## `sanity-run blueprints deploy`
124
124
 
@@ -140,7 +140,7 @@ EXAMPLES
140
140
  $ sanity-run blueprints deploy --no-wait
141
141
  ```
142
142
 
143
- _See code: [src/commands/blueprints/deploy.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/blueprints/deploy.ts)_
143
+ _See code: [src/commands/blueprints/deploy.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/blueprints/deploy.ts)_
144
144
 
145
145
  ## `sanity-run blueprints destroy`
146
146
 
@@ -165,7 +165,7 @@ EXAMPLES
165
165
  $ sanity-run blueprints destroy --stack-id <stackId> --project-id <projectId> --force --no-wait
166
166
  ```
167
167
 
168
- _See code: [src/commands/blueprints/destroy.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/blueprints/destroy.ts)_
168
+ _See code: [src/commands/blueprints/destroy.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/blueprints/destroy.ts)_
169
169
 
170
170
  ## `sanity-run blueprints info`
171
171
 
@@ -187,7 +187,7 @@ EXAMPLES
187
187
  $ sanity-run blueprints info --stack-id <stackId>
188
188
  ```
189
189
 
190
- _See code: [src/commands/blueprints/info.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/blueprints/info.ts)_
190
+ _See code: [src/commands/blueprints/info.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/blueprints/info.ts)_
191
191
 
192
192
  ## `sanity-run blueprints init [DIR]`
193
193
 
@@ -225,7 +225,7 @@ EXAMPLES
225
225
  $ sanity-run blueprints init --blueprint-type <json|js|ts> --stack-name <stackName>
226
226
  ```
227
227
 
228
- _See code: [src/commands/blueprints/init.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/blueprints/init.ts)_
228
+ _See code: [src/commands/blueprints/init.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/blueprints/init.ts)_
229
229
 
230
230
  ## `sanity-run blueprints logs`
231
231
 
@@ -247,7 +247,7 @@ EXAMPLES
247
247
  $ sanity-run blueprints logs --watch
248
248
  ```
249
249
 
250
- _See code: [src/commands/blueprints/logs.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/blueprints/logs.ts)_
250
+ _See code: [src/commands/blueprints/logs.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/blueprints/logs.ts)_
251
251
 
252
252
  ## `sanity-run blueprints plan`
253
253
 
@@ -264,7 +264,7 @@ EXAMPLES
264
264
  $ sanity-run blueprints plan
265
265
  ```
266
266
 
267
- _See code: [src/commands/blueprints/plan.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/blueprints/plan.ts)_
267
+ _See code: [src/commands/blueprints/plan.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/blueprints/plan.ts)_
268
268
 
269
269
  ## `sanity-run blueprints stacks`
270
270
 
@@ -286,7 +286,7 @@ EXAMPLES
286
286
  $ sanity-run blueprints stacks --project-id <projectId>
287
287
  ```
288
288
 
289
- _See code: [src/commands/blueprints/stacks.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/blueprints/stacks.ts)_
289
+ _See code: [src/commands/blueprints/stacks.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/blueprints/stacks.ts)_
290
290
 
291
291
  ## `sanity-run functions dev`
292
292
 
@@ -306,7 +306,7 @@ EXAMPLES
306
306
  $ sanity-run functions dev --port 8974
307
307
  ```
308
308
 
309
- _See code: [src/commands/functions/dev.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/functions/dev.ts)_
309
+ _See code: [src/commands/functions/dev.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/functions/dev.ts)_
310
310
 
311
311
  ## `sanity-run functions env add NAME KEY VALUE`
312
312
 
@@ -328,7 +328,7 @@ EXAMPLES
328
328
  $ sanity-run functions env add MyFunction API_URL https://api.example.com/
329
329
  ```
330
330
 
331
- _See code: [src/commands/functions/env/add.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/functions/env/add.ts)_
331
+ _See code: [src/commands/functions/env/add.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/functions/env/add.ts)_
332
332
 
333
333
  ## `sanity-run functions env list NAME`
334
334
 
@@ -348,7 +348,7 @@ EXAMPLES
348
348
  $ sanity-run functions env list MyFunction
349
349
  ```
350
350
 
351
- _See code: [src/commands/functions/env/list.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/functions/env/list.ts)_
351
+ _See code: [src/commands/functions/env/list.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/functions/env/list.ts)_
352
352
 
353
353
  ## `sanity-run functions env remove NAME KEY`
354
354
 
@@ -369,7 +369,7 @@ EXAMPLES
369
369
  $ sanity-run functions env remove MyFunction API_URL
370
370
  ```
371
371
 
372
- _See code: [src/commands/functions/env/remove.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/functions/env/remove.ts)_
372
+ _See code: [src/commands/functions/env/remove.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/functions/env/remove.ts)_
373
373
 
374
374
  ## `sanity-run functions logs NAME`
375
375
 
@@ -403,7 +403,7 @@ EXAMPLES
403
403
  $ sanity-run functions logs <name> --delete
404
404
  ```
405
405
 
406
- _See code: [src/commands/functions/logs.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/functions/logs.ts)_
406
+ _See code: [src/commands/functions/logs.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/functions/logs.ts)_
407
407
 
408
408
  ## `sanity-run functions test NAME`
409
409
 
@@ -438,7 +438,7 @@ EXAMPLES
438
438
  $ sanity-run functions test <name> --data '{ "id": 1 }' --timeout 60
439
439
  ```
440
440
 
441
- _See code: [src/commands/functions/test.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.0/src/commands/functions/test.ts)_
441
+ _See code: [src/commands/functions/test.ts](https://github.com/sanity-io/runtime-cli/blob/v10.2.1/src/commands/functions/test.ts)_
442
442
 
443
443
  ## `sanity-run help [COMMAND]`
444
444
 
@@ -904,5 +904,5 @@
904
904
  ]
905
905
  }
906
906
  },
907
- "version": "10.2.0"
907
+ "version": "10.2.1"
908
908
  }
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": "10.2.0",
4
+ "version": "10.2.1",
5
5
  "author": "Sanity Runtime Team",
6
6
  "type": "module",
7
7
  "license": "MIT",
@@ -135,7 +135,14 @@
135
135
  ],
136
136
  "state": "beta",
137
137
  "topicSeparator": " ",
138
- "topics": {}
138
+ "topics": {
139
+ "blueprints": {
140
+ "description": "Blueprint deployment and management commands"
141
+ },
142
+ "functions": {
143
+ "description": "Sanity Function development and management commands"
144
+ }
145
+ }
139
146
  },
140
147
  "publishConfig": {
141
148
  "access": "public",