@salesforce/plugin-signups 2.5.1 → 2.5.2
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 +7 -7
- package/npm-shrinkwrap.json +91 -16
- package/oclif.lock +18 -18
- package/oclif.manifest.json +126 -126
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ EXAMPLES
|
|
|
123
123
|
$ sf org create shape --target-org SourceOrg
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.2/src/commands/org/create/shape.ts)_
|
|
127
127
|
|
|
128
128
|
## `sf org create snapshot`
|
|
129
129
|
|
|
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
|
|
|
179
179
|
as a version control system tag or commit ID.
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.2/src/commands/org/create/snapshot.ts)_
|
|
183
183
|
|
|
184
184
|
## `sf org delete shape`
|
|
185
185
|
|
|
@@ -219,7 +219,7 @@ EXAMPLES
|
|
|
219
219
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.2/src/commands/org/delete/shape.ts)_
|
|
223
223
|
|
|
224
224
|
## `sf org delete snapshot`
|
|
225
225
|
|
|
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
|
|
|
264
264
|
The IDs of scratch org snapshots start with 0Oo.
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.2/src/commands/org/delete/snapshot.ts)_
|
|
268
268
|
|
|
269
269
|
## `sf org get snapshot`
|
|
270
270
|
|
|
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
|
|
|
311
311
|
The IDs of scratch org snapshots start with 0Oo.
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.2/src/commands/org/get/snapshot.ts)_
|
|
315
315
|
|
|
316
316
|
## `sf org list shape`
|
|
317
317
|
|
|
@@ -344,7 +344,7 @@ EXAMPLES
|
|
|
344
344
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.2/src/commands/org/list/shape.ts)_
|
|
348
348
|
|
|
349
349
|
## `sf org list snapshot`
|
|
350
350
|
|
|
@@ -386,6 +386,6 @@ EXAMPLES
|
|
|
386
386
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.
|
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.2/src/commands/org/list/snapshot.ts)_
|
|
390
390
|
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-signups",
|
|
9
|
-
"version": "2.5.
|
|
9
|
+
"version": "2.5.2",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
13
|
"@salesforce/core": "^8.0.1",
|
|
14
14
|
"@salesforce/kit": "^3.1.6",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^11.1.6",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
@@ -6211,6 +6211,7 @@
|
|
|
6211
6211
|
"version": "8.2.2",
|
|
6212
6212
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.2.tgz",
|
|
6213
6213
|
"integrity": "sha512-K8SuNX45jEFlX3EBJpu9B+S2TISzMPGXZIuJ9ME924SqbdW6Pt6fIkKvXg7mOEOKJ4WxpQsxj0UTfcL/A434Ww==",
|
|
6214
|
+
"dev": true,
|
|
6214
6215
|
"license": "MIT",
|
|
6215
6216
|
"dependencies": {
|
|
6216
6217
|
"@inquirer/figures": "^1.0.3",
|
|
@@ -6235,6 +6236,7 @@
|
|
|
6235
6236
|
"version": "4.1.0",
|
|
6236
6237
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
6237
6238
|
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
6239
|
+
"dev": true,
|
|
6238
6240
|
"license": "ISC",
|
|
6239
6241
|
"engines": {
|
|
6240
6242
|
"node": ">=14"
|
|
@@ -6247,6 +6249,7 @@
|
|
|
6247
6249
|
"version": "6.2.0",
|
|
6248
6250
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
6249
6251
|
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
6252
|
+
"dev": true,
|
|
6250
6253
|
"license": "MIT",
|
|
6251
6254
|
"dependencies": {
|
|
6252
6255
|
"ansi-styles": "^4.0.0",
|
|
@@ -6281,19 +6284,90 @@
|
|
|
6281
6284
|
}
|
|
6282
6285
|
},
|
|
6283
6286
|
"node_modules/@inquirer/password": {
|
|
6284
|
-
"version": "2.1.
|
|
6285
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.
|
|
6286
|
-
"integrity": "sha512-
|
|
6287
|
+
"version": "2.1.14",
|
|
6288
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.14.tgz",
|
|
6289
|
+
"integrity": "sha512-sPzOkXLhWJQ96K6nPZFnF8XB8tsDrcCRobd1d3EDz81F+4hp8BbdmsnsQcqZ7oYDIOVM/mWJyIUtJ35TrssJxQ==",
|
|
6287
6290
|
"license": "MIT",
|
|
6288
6291
|
"dependencies": {
|
|
6289
|
-
"@inquirer/core": "^
|
|
6290
|
-
"@inquirer/type": "^1.
|
|
6292
|
+
"@inquirer/core": "^9.0.2",
|
|
6293
|
+
"@inquirer/type": "^1.4.0",
|
|
6291
6294
|
"ansi-escapes": "^4.3.2"
|
|
6292
6295
|
},
|
|
6293
6296
|
"engines": {
|
|
6294
6297
|
"node": ">=18"
|
|
6295
6298
|
}
|
|
6296
6299
|
},
|
|
6300
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/core": {
|
|
6301
|
+
"version": "9.0.2",
|
|
6302
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.2.tgz",
|
|
6303
|
+
"integrity": "sha512-nguvH3TZar3ACwbytZrraRTzGqyxJfYJwv+ZwqZNatAosdWQMP1GV8zvmkNlBe2JeZSaw0WYBHZk52pDpWC9qA==",
|
|
6304
|
+
"license": "MIT",
|
|
6305
|
+
"dependencies": {
|
|
6306
|
+
"@inquirer/figures": "^1.0.3",
|
|
6307
|
+
"@inquirer/type": "^1.4.0",
|
|
6308
|
+
"@types/mute-stream": "^0.0.4",
|
|
6309
|
+
"@types/node": "^20.14.9",
|
|
6310
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
6311
|
+
"ansi-escapes": "^4.3.2",
|
|
6312
|
+
"cli-spinners": "^2.9.2",
|
|
6313
|
+
"cli-width": "^4.1.0",
|
|
6314
|
+
"mute-stream": "^1.0.0",
|
|
6315
|
+
"signal-exit": "^4.1.0",
|
|
6316
|
+
"strip-ansi": "^6.0.1",
|
|
6317
|
+
"wrap-ansi": "^6.2.0",
|
|
6318
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
6319
|
+
},
|
|
6320
|
+
"engines": {
|
|
6321
|
+
"node": ">=18"
|
|
6322
|
+
}
|
|
6323
|
+
},
|
|
6324
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
6325
|
+
"version": "1.4.0",
|
|
6326
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.4.0.tgz",
|
|
6327
|
+
"integrity": "sha512-AjOqykVyjdJQvtfkNDGUyMYGF8xN50VUxftCQWsOyIo4DFRLr6VQhW0VItGI1JIyQGCGgIpKa7hMMwNhZb4OIw==",
|
|
6328
|
+
"license": "MIT",
|
|
6329
|
+
"dependencies": {
|
|
6330
|
+
"mute-stream": "^1.0.0"
|
|
6331
|
+
},
|
|
6332
|
+
"engines": {
|
|
6333
|
+
"node": ">=18"
|
|
6334
|
+
}
|
|
6335
|
+
},
|
|
6336
|
+
"node_modules/@inquirer/password/node_modules/@types/node": {
|
|
6337
|
+
"version": "20.14.10",
|
|
6338
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz",
|
|
6339
|
+
"integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==",
|
|
6340
|
+
"license": "MIT",
|
|
6341
|
+
"dependencies": {
|
|
6342
|
+
"undici-types": "~5.26.4"
|
|
6343
|
+
}
|
|
6344
|
+
},
|
|
6345
|
+
"node_modules/@inquirer/password/node_modules/signal-exit": {
|
|
6346
|
+
"version": "4.1.0",
|
|
6347
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
6348
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
6349
|
+
"license": "ISC",
|
|
6350
|
+
"engines": {
|
|
6351
|
+
"node": ">=14"
|
|
6352
|
+
},
|
|
6353
|
+
"funding": {
|
|
6354
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
6355
|
+
}
|
|
6356
|
+
},
|
|
6357
|
+
"node_modules/@inquirer/password/node_modules/wrap-ansi": {
|
|
6358
|
+
"version": "6.2.0",
|
|
6359
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
6360
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
6361
|
+
"license": "MIT",
|
|
6362
|
+
"dependencies": {
|
|
6363
|
+
"ansi-styles": "^4.0.0",
|
|
6364
|
+
"string-width": "^4.1.0",
|
|
6365
|
+
"strip-ansi": "^6.0.0"
|
|
6366
|
+
},
|
|
6367
|
+
"engines": {
|
|
6368
|
+
"node": ">=8"
|
|
6369
|
+
}
|
|
6370
|
+
},
|
|
6297
6371
|
"node_modules/@inquirer/select": {
|
|
6298
6372
|
"version": "2.3.5",
|
|
6299
6373
|
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.5.tgz",
|
|
@@ -6315,6 +6389,7 @@
|
|
|
6315
6389
|
"version": "1.3.3",
|
|
6316
6390
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz",
|
|
6317
6391
|
"integrity": "sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==",
|
|
6392
|
+
"dev": true,
|
|
6318
6393
|
"license": "MIT",
|
|
6319
6394
|
"engines": {
|
|
6320
6395
|
"node": ">=18"
|
|
@@ -7266,17 +7341,17 @@
|
|
|
7266
7341
|
"license": "ISC"
|
|
7267
7342
|
},
|
|
7268
7343
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
7269
|
-
"version": "11.1.
|
|
7270
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.
|
|
7271
|
-
"integrity": "sha512-
|
|
7344
|
+
"version": "11.1.6",
|
|
7345
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.6.tgz",
|
|
7346
|
+
"integrity": "sha512-yfKnyC4oyYPpVzQVWRHMhLq2mrUzayDIc7zajtOajPk+n+C8Lxsl9KKNB9oA5iQIVrAHf/R9cWVogqO2myKWgQ==",
|
|
7272
7347
|
"license": "BSD-3-Clause",
|
|
7273
7348
|
"dependencies": {
|
|
7274
|
-
"@inquirer/confirm": "^3.1.
|
|
7275
|
-
"@inquirer/password": "^2.1.
|
|
7276
|
-
"@oclif/core": "^4.0.
|
|
7277
|
-
"@salesforce/core": "^8.
|
|
7349
|
+
"@inquirer/confirm": "^3.1.14",
|
|
7350
|
+
"@inquirer/password": "^2.1.14",
|
|
7351
|
+
"@oclif/core": "^4.0.8",
|
|
7352
|
+
"@salesforce/core": "^8.1.1",
|
|
7278
7353
|
"@salesforce/kit": "^3.1.6",
|
|
7279
|
-
"@salesforce/ts-types": "^2.0.
|
|
7354
|
+
"@salesforce/ts-types": "^2.0.10",
|
|
7280
7355
|
"ansis": "^3.2.0",
|
|
7281
7356
|
"cli-progress": "^3.12.0",
|
|
7282
7357
|
"natural-orderby": "^3.0.2",
|
package/oclif.lock
CHANGED
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
|
|
1433
1433
|
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
|
|
1434
1434
|
|
|
1435
|
-
"@inquirer/confirm@^3.1.11", "@inquirer/confirm@^3.1.9":
|
|
1435
|
+
"@inquirer/confirm@^3.1.11", "@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.9":
|
|
1436
1436
|
version "3.1.14"
|
|
1437
1437
|
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.14.tgz#b50a156f2cc0a6f874f2d2ab1739e988fbf950f4"
|
|
1438
1438
|
integrity sha512-nbLSX37b2dGPtKWL3rPuR/5hOuD30S+pqJ/MuFiUEgN6GiMs8UMxiurKAMDzKt6C95ltjupa8zH6+3csXNHWpA==
|
|
@@ -1491,13 +1491,13 @@
|
|
|
1491
1491
|
"@inquirer/core" "^8.2.2"
|
|
1492
1492
|
"@inquirer/type" "^1.3.3"
|
|
1493
1493
|
|
|
1494
|
-
"@inquirer/password@^2.1.
|
|
1495
|
-
version "2.1.
|
|
1496
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.
|
|
1497
|
-
integrity sha512-
|
|
1494
|
+
"@inquirer/password@^2.1.14":
|
|
1495
|
+
version "2.1.14"
|
|
1496
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.14.tgz#06621f547b0b05ad4303700f13892cabd3a366ee"
|
|
1497
|
+
integrity sha512-sPzOkXLhWJQ96K6nPZFnF8XB8tsDrcCRobd1d3EDz81F+4hp8BbdmsnsQcqZ7oYDIOVM/mWJyIUtJ35TrssJxQ==
|
|
1498
1498
|
dependencies:
|
|
1499
|
-
"@inquirer/core" "^
|
|
1500
|
-
"@inquirer/type" "^1.
|
|
1499
|
+
"@inquirer/core" "^9.0.2"
|
|
1500
|
+
"@inquirer/type" "^1.4.0"
|
|
1501
1501
|
ansi-escapes "^4.3.2"
|
|
1502
1502
|
|
|
1503
1503
|
"@inquirer/select@^2.3.5":
|
|
@@ -1674,7 +1674,7 @@
|
|
|
1674
1674
|
wordwrap "^1.0.0"
|
|
1675
1675
|
wrap-ansi "^7.0.0"
|
|
1676
1676
|
|
|
1677
|
-
"@oclif/core@^4", "@oclif/core@^4.0.
|
|
1677
|
+
"@oclif/core@^4", "@oclif/core@^4.0.8":
|
|
1678
1678
|
version "4.0.12"
|
|
1679
1679
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.12.tgz#b47089631827e2c909bfffc8c14d7b1781e502ce"
|
|
1680
1680
|
integrity sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==
|
|
@@ -1853,17 +1853,17 @@
|
|
|
1853
1853
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1854
1854
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1855
1855
|
|
|
1856
|
-
"@salesforce/sf-plugins-core@^11.1.1", "@salesforce/sf-plugins-core@^11.1.
|
|
1857
|
-
version "11.1.
|
|
1858
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.
|
|
1859
|
-
integrity sha512-
|
|
1856
|
+
"@salesforce/sf-plugins-core@^11.1.1", "@salesforce/sf-plugins-core@^11.1.6":
|
|
1857
|
+
version "11.1.6"
|
|
1858
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.6.tgz#4e423488af9ba85aba8af5954df6749dd406c0ae"
|
|
1859
|
+
integrity sha512-yfKnyC4oyYPpVzQVWRHMhLq2mrUzayDIc7zajtOajPk+n+C8Lxsl9KKNB9oA5iQIVrAHf/R9cWVogqO2myKWgQ==
|
|
1860
1860
|
dependencies:
|
|
1861
|
-
"@inquirer/confirm" "^3.1.
|
|
1862
|
-
"@inquirer/password" "^2.1.
|
|
1863
|
-
"@oclif/core" "^4.0.
|
|
1864
|
-
"@salesforce/core" "^8.
|
|
1861
|
+
"@inquirer/confirm" "^3.1.14"
|
|
1862
|
+
"@inquirer/password" "^2.1.14"
|
|
1863
|
+
"@oclif/core" "^4.0.8"
|
|
1864
|
+
"@salesforce/core" "^8.1.1"
|
|
1865
1865
|
"@salesforce/kit" "^3.1.6"
|
|
1866
|
-
"@salesforce/ts-types" "^2.0.
|
|
1866
|
+
"@salesforce/ts-types" "^2.0.10"
|
|
1867
1867
|
ansis "^3.2.0"
|
|
1868
1868
|
cli-progress "^3.12.0"
|
|
1869
1869
|
natural-orderby "^3.0.2"
|
|
@@ -1871,7 +1871,7 @@
|
|
|
1871
1871
|
string-width "^7.1.0"
|
|
1872
1872
|
terminal-link "^3.0.0"
|
|
1873
1873
|
|
|
1874
|
-
"@salesforce/ts-types@^2.0.10"
|
|
1874
|
+
"@salesforce/ts-types@^2.0.10":
|
|
1875
1875
|
version "2.0.10"
|
|
1876
1876
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.10.tgz#f2107a52b60be6c3fe712f4d40aafad48c6bebe0"
|
|
1877
1877
|
integrity sha512-ulGQ1oUGXrmSUi6NGbxZZ7ykSDv439x+WYZpkMgFLC8Dx0TxJXfUAJYeZh7eKO5xI/ob3iyvN+RBcBkp4KFN1w==
|
package/oclif.manifest.json
CHANGED
|
@@ -265,131 +265,6 @@
|
|
|
265
265
|
"snapshot:create:org"
|
|
266
266
|
]
|
|
267
267
|
},
|
|
268
|
-
"org:get:snapshot": {
|
|
269
|
-
"aliases": [
|
|
270
|
-
"force:org:snapshot:get"
|
|
271
|
-
],
|
|
272
|
-
"args": {},
|
|
273
|
-
"deprecateAliases": true,
|
|
274
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
275
|
-
"examples": [
|
|
276
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
277
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
278
|
-
],
|
|
279
|
-
"flags": {
|
|
280
|
-
"json": {
|
|
281
|
-
"description": "Format output as json.",
|
|
282
|
-
"helpGroup": "GLOBAL",
|
|
283
|
-
"name": "json",
|
|
284
|
-
"allowNo": false,
|
|
285
|
-
"type": "boolean"
|
|
286
|
-
},
|
|
287
|
-
"flags-dir": {
|
|
288
|
-
"helpGroup": "GLOBAL",
|
|
289
|
-
"name": "flags-dir",
|
|
290
|
-
"summary": "Import flag values from a directory.",
|
|
291
|
-
"hasDynamicHelp": false,
|
|
292
|
-
"multiple": false,
|
|
293
|
-
"type": "option"
|
|
294
|
-
},
|
|
295
|
-
"target-dev-hub": {
|
|
296
|
-
"aliases": [
|
|
297
|
-
"targetdevhubusername"
|
|
298
|
-
],
|
|
299
|
-
"char": "v",
|
|
300
|
-
"deprecateAliases": true,
|
|
301
|
-
"name": "target-dev-hub",
|
|
302
|
-
"noCacheDefault": true,
|
|
303
|
-
"required": true,
|
|
304
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
305
|
-
"hasDynamicHelp": true,
|
|
306
|
-
"multiple": false,
|
|
307
|
-
"type": "option"
|
|
308
|
-
},
|
|
309
|
-
"api-version": {
|
|
310
|
-
"aliases": [
|
|
311
|
-
"apiversion"
|
|
312
|
-
],
|
|
313
|
-
"deprecateAliases": true,
|
|
314
|
-
"description": "Override the api version used for api requests made by this command",
|
|
315
|
-
"name": "api-version",
|
|
316
|
-
"hasDynamicHelp": false,
|
|
317
|
-
"multiple": false,
|
|
318
|
-
"type": "option"
|
|
319
|
-
},
|
|
320
|
-
"loglevel": {
|
|
321
|
-
"deprecated": {
|
|
322
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
323
|
-
},
|
|
324
|
-
"hidden": true,
|
|
325
|
-
"name": "loglevel",
|
|
326
|
-
"hasDynamicHelp": false,
|
|
327
|
-
"multiple": false,
|
|
328
|
-
"type": "option"
|
|
329
|
-
},
|
|
330
|
-
"snapshot": {
|
|
331
|
-
"char": "s",
|
|
332
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
333
|
-
"name": "snapshot",
|
|
334
|
-
"required": true,
|
|
335
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
336
|
-
"hasDynamicHelp": false,
|
|
337
|
-
"multiple": false,
|
|
338
|
-
"type": "option"
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
"hasDynamicHelp": true,
|
|
342
|
-
"hiddenAliases": [],
|
|
343
|
-
"id": "org:get:snapshot",
|
|
344
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
345
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
346
|
-
"pluginType": "core",
|
|
347
|
-
"strict": true,
|
|
348
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
349
|
-
"enableJsonFlag": true,
|
|
350
|
-
"isESM": true,
|
|
351
|
-
"relativePath": [
|
|
352
|
-
"lib",
|
|
353
|
-
"commands",
|
|
354
|
-
"org",
|
|
355
|
-
"get",
|
|
356
|
-
"snapshot.js"
|
|
357
|
-
],
|
|
358
|
-
"aliasPermutations": [
|
|
359
|
-
"force:org:snapshot:get",
|
|
360
|
-
"org:force:snapshot:get",
|
|
361
|
-
"org:snapshot:force:get",
|
|
362
|
-
"org:snapshot:get:force",
|
|
363
|
-
"force:snapshot:org:get",
|
|
364
|
-
"snapshot:force:org:get",
|
|
365
|
-
"snapshot:org:force:get",
|
|
366
|
-
"snapshot:org:get:force",
|
|
367
|
-
"force:snapshot:get:org",
|
|
368
|
-
"snapshot:force:get:org",
|
|
369
|
-
"snapshot:get:force:org",
|
|
370
|
-
"snapshot:get:org:force",
|
|
371
|
-
"force:org:get:snapshot",
|
|
372
|
-
"org:force:get:snapshot",
|
|
373
|
-
"org:get:force:snapshot",
|
|
374
|
-
"org:get:snapshot:force",
|
|
375
|
-
"force:get:org:snapshot",
|
|
376
|
-
"get:force:org:snapshot",
|
|
377
|
-
"get:org:force:snapshot",
|
|
378
|
-
"get:org:snapshot:force",
|
|
379
|
-
"force:get:snapshot:org",
|
|
380
|
-
"get:force:snapshot:org",
|
|
381
|
-
"get:snapshot:force:org",
|
|
382
|
-
"get:snapshot:org:force"
|
|
383
|
-
],
|
|
384
|
-
"permutations": [
|
|
385
|
-
"org:get:snapshot",
|
|
386
|
-
"get:org:snapshot",
|
|
387
|
-
"get:snapshot:org",
|
|
388
|
-
"org:snapshot:get",
|
|
389
|
-
"snapshot:org:get",
|
|
390
|
-
"snapshot:get:org"
|
|
391
|
-
]
|
|
392
|
-
},
|
|
393
268
|
"org:delete:shape": {
|
|
394
269
|
"aliases": [
|
|
395
270
|
"force:org:shape:delete"
|
|
@@ -649,6 +524,131 @@
|
|
|
649
524
|
"snapshot:delete:org"
|
|
650
525
|
]
|
|
651
526
|
},
|
|
527
|
+
"org:get:snapshot": {
|
|
528
|
+
"aliases": [
|
|
529
|
+
"force:org:snapshot:get"
|
|
530
|
+
],
|
|
531
|
+
"args": {},
|
|
532
|
+
"deprecateAliases": true,
|
|
533
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
534
|
+
"examples": [
|
|
535
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
536
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
537
|
+
],
|
|
538
|
+
"flags": {
|
|
539
|
+
"json": {
|
|
540
|
+
"description": "Format output as json.",
|
|
541
|
+
"helpGroup": "GLOBAL",
|
|
542
|
+
"name": "json",
|
|
543
|
+
"allowNo": false,
|
|
544
|
+
"type": "boolean"
|
|
545
|
+
},
|
|
546
|
+
"flags-dir": {
|
|
547
|
+
"helpGroup": "GLOBAL",
|
|
548
|
+
"name": "flags-dir",
|
|
549
|
+
"summary": "Import flag values from a directory.",
|
|
550
|
+
"hasDynamicHelp": false,
|
|
551
|
+
"multiple": false,
|
|
552
|
+
"type": "option"
|
|
553
|
+
},
|
|
554
|
+
"target-dev-hub": {
|
|
555
|
+
"aliases": [
|
|
556
|
+
"targetdevhubusername"
|
|
557
|
+
],
|
|
558
|
+
"char": "v",
|
|
559
|
+
"deprecateAliases": true,
|
|
560
|
+
"name": "target-dev-hub",
|
|
561
|
+
"noCacheDefault": true,
|
|
562
|
+
"required": true,
|
|
563
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
564
|
+
"hasDynamicHelp": true,
|
|
565
|
+
"multiple": false,
|
|
566
|
+
"type": "option"
|
|
567
|
+
},
|
|
568
|
+
"api-version": {
|
|
569
|
+
"aliases": [
|
|
570
|
+
"apiversion"
|
|
571
|
+
],
|
|
572
|
+
"deprecateAliases": true,
|
|
573
|
+
"description": "Override the api version used for api requests made by this command",
|
|
574
|
+
"name": "api-version",
|
|
575
|
+
"hasDynamicHelp": false,
|
|
576
|
+
"multiple": false,
|
|
577
|
+
"type": "option"
|
|
578
|
+
},
|
|
579
|
+
"loglevel": {
|
|
580
|
+
"deprecated": {
|
|
581
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
582
|
+
},
|
|
583
|
+
"hidden": true,
|
|
584
|
+
"name": "loglevel",
|
|
585
|
+
"hasDynamicHelp": false,
|
|
586
|
+
"multiple": false,
|
|
587
|
+
"type": "option"
|
|
588
|
+
},
|
|
589
|
+
"snapshot": {
|
|
590
|
+
"char": "s",
|
|
591
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
592
|
+
"name": "snapshot",
|
|
593
|
+
"required": true,
|
|
594
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
595
|
+
"hasDynamicHelp": false,
|
|
596
|
+
"multiple": false,
|
|
597
|
+
"type": "option"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"hasDynamicHelp": true,
|
|
601
|
+
"hiddenAliases": [],
|
|
602
|
+
"id": "org:get:snapshot",
|
|
603
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
604
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
605
|
+
"pluginType": "core",
|
|
606
|
+
"strict": true,
|
|
607
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
608
|
+
"enableJsonFlag": true,
|
|
609
|
+
"isESM": true,
|
|
610
|
+
"relativePath": [
|
|
611
|
+
"lib",
|
|
612
|
+
"commands",
|
|
613
|
+
"org",
|
|
614
|
+
"get",
|
|
615
|
+
"snapshot.js"
|
|
616
|
+
],
|
|
617
|
+
"aliasPermutations": [
|
|
618
|
+
"force:org:snapshot:get",
|
|
619
|
+
"org:force:snapshot:get",
|
|
620
|
+
"org:snapshot:force:get",
|
|
621
|
+
"org:snapshot:get:force",
|
|
622
|
+
"force:snapshot:org:get",
|
|
623
|
+
"snapshot:force:org:get",
|
|
624
|
+
"snapshot:org:force:get",
|
|
625
|
+
"snapshot:org:get:force",
|
|
626
|
+
"force:snapshot:get:org",
|
|
627
|
+
"snapshot:force:get:org",
|
|
628
|
+
"snapshot:get:force:org",
|
|
629
|
+
"snapshot:get:org:force",
|
|
630
|
+
"force:org:get:snapshot",
|
|
631
|
+
"org:force:get:snapshot",
|
|
632
|
+
"org:get:force:snapshot",
|
|
633
|
+
"org:get:snapshot:force",
|
|
634
|
+
"force:get:org:snapshot",
|
|
635
|
+
"get:force:org:snapshot",
|
|
636
|
+
"get:org:force:snapshot",
|
|
637
|
+
"get:org:snapshot:force",
|
|
638
|
+
"force:get:snapshot:org",
|
|
639
|
+
"get:force:snapshot:org",
|
|
640
|
+
"get:snapshot:force:org",
|
|
641
|
+
"get:snapshot:org:force"
|
|
642
|
+
],
|
|
643
|
+
"permutations": [
|
|
644
|
+
"org:get:snapshot",
|
|
645
|
+
"get:org:snapshot",
|
|
646
|
+
"get:snapshot:org",
|
|
647
|
+
"org:snapshot:get",
|
|
648
|
+
"snapshot:org:get",
|
|
649
|
+
"snapshot:get:org"
|
|
650
|
+
]
|
|
651
|
+
},
|
|
652
652
|
"org:list:shape": {
|
|
653
653
|
"aliases": [
|
|
654
654
|
"force:org:shape:list"
|
|
@@ -862,5 +862,5 @@
|
|
|
862
862
|
]
|
|
863
863
|
}
|
|
864
864
|
},
|
|
865
|
-
"version": "2.5.
|
|
865
|
+
"version": "2.5.2"
|
|
866
866
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
9
|
"@salesforce/core": "^8.0.1",
|
|
10
10
|
"@salesforce/kit": "^3.1.6",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^11.1.6",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"exports": "./lib/index.js",
|
|
220
220
|
"type": "module",
|
|
221
221
|
"sfdx": {
|
|
222
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.
|
|
223
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.
|
|
222
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.2.crt",
|
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.2.sig"
|
|
224
224
|
}
|
|
225
225
|
}
|