@sanity/cli 8.2.0 → 8.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/oclif.manifest.json +79 -79
- package/package.json +5 -5
package/oclif.manifest.json
CHANGED
|
@@ -5102,84 +5102,6 @@
|
|
|
5102
5102
|
"install.js"
|
|
5103
5103
|
]
|
|
5104
5104
|
},
|
|
5105
|
-
"telemetry:disable": {
|
|
5106
|
-
"aliases": [],
|
|
5107
|
-
"args": {},
|
|
5108
|
-
"description": "Disable telemetry for your account",
|
|
5109
|
-
"examples": [
|
|
5110
|
-
{
|
|
5111
|
-
"command": "<%= config.bin %> telemetry <%= command.id %>",
|
|
5112
|
-
"description": "Disable telemetry for your account"
|
|
5113
|
-
}
|
|
5114
|
-
],
|
|
5115
|
-
"flags": {},
|
|
5116
|
-
"hasDynamicHelp": false,
|
|
5117
|
-
"hiddenAliases": [],
|
|
5118
|
-
"id": "telemetry:disable",
|
|
5119
|
-
"pluginAlias": "@sanity/cli",
|
|
5120
|
-
"pluginName": "@sanity/cli",
|
|
5121
|
-
"pluginType": "core",
|
|
5122
|
-
"strict": true,
|
|
5123
|
-
"isESM": true,
|
|
5124
|
-
"relativePath": [
|
|
5125
|
-
"dist",
|
|
5126
|
-
"commands",
|
|
5127
|
-
"telemetry",
|
|
5128
|
-
"disable.js"
|
|
5129
|
-
]
|
|
5130
|
-
},
|
|
5131
|
-
"telemetry:enable": {
|
|
5132
|
-
"aliases": [],
|
|
5133
|
-
"args": {},
|
|
5134
|
-
"description": "Enable telemetry for your account",
|
|
5135
|
-
"examples": [
|
|
5136
|
-
{
|
|
5137
|
-
"command": "<%= config.bin %> telemetry <%= command.id %>",
|
|
5138
|
-
"description": "Enable telemetry for your account"
|
|
5139
|
-
}
|
|
5140
|
-
],
|
|
5141
|
-
"flags": {},
|
|
5142
|
-
"hasDynamicHelp": false,
|
|
5143
|
-
"hiddenAliases": [],
|
|
5144
|
-
"id": "telemetry:enable",
|
|
5145
|
-
"pluginAlias": "@sanity/cli",
|
|
5146
|
-
"pluginName": "@sanity/cli",
|
|
5147
|
-
"pluginType": "core",
|
|
5148
|
-
"strict": true,
|
|
5149
|
-
"isESM": true,
|
|
5150
|
-
"relativePath": [
|
|
5151
|
-
"dist",
|
|
5152
|
-
"commands",
|
|
5153
|
-
"telemetry",
|
|
5154
|
-
"enable.js"
|
|
5155
|
-
]
|
|
5156
|
-
},
|
|
5157
|
-
"telemetry:status": {
|
|
5158
|
-
"aliases": [],
|
|
5159
|
-
"args": {},
|
|
5160
|
-
"description": "Check telemetry status for your account",
|
|
5161
|
-
"examples": [
|
|
5162
|
-
{
|
|
5163
|
-
"command": "<%= config.bin %> telemetry <%= command.id %>",
|
|
5164
|
-
"description": "Check telemetry status for your account"
|
|
5165
|
-
}
|
|
5166
|
-
],
|
|
5167
|
-
"flags": {},
|
|
5168
|
-
"hasDynamicHelp": false,
|
|
5169
|
-
"hiddenAliases": [],
|
|
5170
|
-
"id": "telemetry:status",
|
|
5171
|
-
"pluginAlias": "@sanity/cli",
|
|
5172
|
-
"pluginName": "@sanity/cli",
|
|
5173
|
-
"pluginType": "core",
|
|
5174
|
-
"strict": true,
|
|
5175
|
-
"isESM": true,
|
|
5176
|
-
"relativePath": [
|
|
5177
|
-
"dist",
|
|
5178
|
-
"commands",
|
|
5179
|
-
"telemetry",
|
|
5180
|
-
"status.js"
|
|
5181
|
-
]
|
|
5182
|
-
},
|
|
5183
5105
|
"tokens:create": {
|
|
5184
5106
|
"aliases": [],
|
|
5185
5107
|
"args": {
|
|
@@ -5448,6 +5370,84 @@
|
|
|
5448
5370
|
"rotate.js"
|
|
5449
5371
|
]
|
|
5450
5372
|
},
|
|
5373
|
+
"telemetry:disable": {
|
|
5374
|
+
"aliases": [],
|
|
5375
|
+
"args": {},
|
|
5376
|
+
"description": "Disable telemetry for your account",
|
|
5377
|
+
"examples": [
|
|
5378
|
+
{
|
|
5379
|
+
"command": "<%= config.bin %> telemetry <%= command.id %>",
|
|
5380
|
+
"description": "Disable telemetry for your account"
|
|
5381
|
+
}
|
|
5382
|
+
],
|
|
5383
|
+
"flags": {},
|
|
5384
|
+
"hasDynamicHelp": false,
|
|
5385
|
+
"hiddenAliases": [],
|
|
5386
|
+
"id": "telemetry:disable",
|
|
5387
|
+
"pluginAlias": "@sanity/cli",
|
|
5388
|
+
"pluginName": "@sanity/cli",
|
|
5389
|
+
"pluginType": "core",
|
|
5390
|
+
"strict": true,
|
|
5391
|
+
"isESM": true,
|
|
5392
|
+
"relativePath": [
|
|
5393
|
+
"dist",
|
|
5394
|
+
"commands",
|
|
5395
|
+
"telemetry",
|
|
5396
|
+
"disable.js"
|
|
5397
|
+
]
|
|
5398
|
+
},
|
|
5399
|
+
"telemetry:enable": {
|
|
5400
|
+
"aliases": [],
|
|
5401
|
+
"args": {},
|
|
5402
|
+
"description": "Enable telemetry for your account",
|
|
5403
|
+
"examples": [
|
|
5404
|
+
{
|
|
5405
|
+
"command": "<%= config.bin %> telemetry <%= command.id %>",
|
|
5406
|
+
"description": "Enable telemetry for your account"
|
|
5407
|
+
}
|
|
5408
|
+
],
|
|
5409
|
+
"flags": {},
|
|
5410
|
+
"hasDynamicHelp": false,
|
|
5411
|
+
"hiddenAliases": [],
|
|
5412
|
+
"id": "telemetry:enable",
|
|
5413
|
+
"pluginAlias": "@sanity/cli",
|
|
5414
|
+
"pluginName": "@sanity/cli",
|
|
5415
|
+
"pluginType": "core",
|
|
5416
|
+
"strict": true,
|
|
5417
|
+
"isESM": true,
|
|
5418
|
+
"relativePath": [
|
|
5419
|
+
"dist",
|
|
5420
|
+
"commands",
|
|
5421
|
+
"telemetry",
|
|
5422
|
+
"enable.js"
|
|
5423
|
+
]
|
|
5424
|
+
},
|
|
5425
|
+
"telemetry:status": {
|
|
5426
|
+
"aliases": [],
|
|
5427
|
+
"args": {},
|
|
5428
|
+
"description": "Check telemetry status for your account",
|
|
5429
|
+
"examples": [
|
|
5430
|
+
{
|
|
5431
|
+
"command": "<%= config.bin %> telemetry <%= command.id %>",
|
|
5432
|
+
"description": "Check telemetry status for your account"
|
|
5433
|
+
}
|
|
5434
|
+
],
|
|
5435
|
+
"flags": {},
|
|
5436
|
+
"hasDynamicHelp": false,
|
|
5437
|
+
"hiddenAliases": [],
|
|
5438
|
+
"id": "telemetry:status",
|
|
5439
|
+
"pluginAlias": "@sanity/cli",
|
|
5440
|
+
"pluginName": "@sanity/cli",
|
|
5441
|
+
"pluginType": "core",
|
|
5442
|
+
"strict": true,
|
|
5443
|
+
"isESM": true,
|
|
5444
|
+
"relativePath": [
|
|
5445
|
+
"dist",
|
|
5446
|
+
"commands",
|
|
5447
|
+
"telemetry",
|
|
5448
|
+
"status.js"
|
|
5449
|
+
]
|
|
5450
|
+
},
|
|
5451
5451
|
"typegen:generate": {
|
|
5452
5452
|
"aliases": [],
|
|
5453
5453
|
"args": {},
|
|
@@ -6161,5 +6161,5 @@
|
|
|
6161
6161
|
]
|
|
6162
6162
|
}
|
|
6163
6163
|
},
|
|
6164
|
-
"version": "8.2.
|
|
6164
|
+
"version": "8.2.1"
|
|
6165
6165
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/cli",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.1",
|
|
4
4
|
"description": "Sanity CLI tool for managing Sanity projects and organizations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@sanity/export": "^6.2.0",
|
|
69
69
|
"@sanity/generate-help-url": "^4.0.0",
|
|
70
70
|
"@sanity/id-utils": "^1.0.0",
|
|
71
|
-
"@sanity/import": "^6.0.
|
|
71
|
+
"@sanity/import": "^6.0.4",
|
|
72
72
|
"@sanity/migrate": "^8.0.2",
|
|
73
73
|
"@sanity/runtime-cli": "^17.4.0",
|
|
74
74
|
"@sanity/schema": "^6.7.0",
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
"yaml": "^2.9.0",
|
|
124
124
|
"zod": "^4.4.3",
|
|
125
125
|
"@sanity/cli-build": "^5.3.0",
|
|
126
|
-
"@sanity/cli
|
|
127
|
-
"@sanity/
|
|
126
|
+
"@sanity/workbench-cli": "^2.0.2",
|
|
127
|
+
"@sanity/cli-core": "^3.2.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@eslint/compat": "^2.1.0",
|
|
@@ -158,8 +158,8 @@
|
|
|
158
158
|
"sanity": "^6.7.0",
|
|
159
159
|
"typescript": "^6.0.3",
|
|
160
160
|
"vitest": "^4.1.11",
|
|
161
|
-
"@repo/tsconfig": "3.70.0",
|
|
162
161
|
"@repo/package.config": "0.0.1",
|
|
162
|
+
"@repo/tsconfig": "3.70.0",
|
|
163
163
|
"@sanity/cli-test": "12.0.0",
|
|
164
164
|
"@sanity/eslint-config-cli": "1.1.3"
|
|
165
165
|
},
|