@salesforce/plugin-signups 2.5.0 → 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 +102 -27
- package/oclif.lock +30 -30
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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,25 +1,25 @@
|
|
|
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": {
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.2.4",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.16",
|
|
21
21
|
"@salesforce/dev-scripts": "^10.2.2",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.9",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.10",
|
|
24
24
|
"@types/chai-as-promised": "^7.1.8",
|
|
25
25
|
"@types/chai-string": "^1.4.5",
|
|
@@ -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"
|
|
@@ -6621,13 +6696,13 @@
|
|
|
6621
6696
|
}
|
|
6622
6697
|
},
|
|
6623
6698
|
"node_modules/@oclif/core": {
|
|
6624
|
-
"version": "4.0.
|
|
6625
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
6626
|
-
"integrity": "sha512-
|
|
6699
|
+
"version": "4.0.12",
|
|
6700
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.12.tgz",
|
|
6701
|
+
"integrity": "sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==",
|
|
6627
6702
|
"license": "MIT",
|
|
6628
6703
|
"dependencies": {
|
|
6629
6704
|
"ansi-escapes": "^4.3.2",
|
|
6630
|
-
"ansis": "^3.
|
|
6705
|
+
"ansis": "^3.2.1",
|
|
6631
6706
|
"clean-stack": "^3.0.1",
|
|
6632
6707
|
"cli-spinners": "^2.9.2",
|
|
6633
6708
|
"debug": "^4.3.5",
|
|
@@ -7220,9 +7295,9 @@
|
|
|
7220
7295
|
}
|
|
7221
7296
|
},
|
|
7222
7297
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
7223
|
-
"version": "3.1.
|
|
7224
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
7225
|
-
"integrity": "sha512-
|
|
7298
|
+
"version": "3.1.9",
|
|
7299
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.9.tgz",
|
|
7300
|
+
"integrity": "sha512-p61qlWXE7cWx8RBg+gOMnkaV3SJZ8S1Hee2nmuUu1WoNwCraiuxa9PGbWL/L/6RKpjwAfhFpgK2p5pNc/TSpAg==",
|
|
7226
7301
|
"dev": true,
|
|
7227
7302
|
"license": "BSD-3-Clause",
|
|
7228
7303
|
"dependencies": {
|
|
@@ -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",
|
|
@@ -9648,9 +9723,9 @@
|
|
|
9648
9723
|
"license": "MIT"
|
|
9649
9724
|
},
|
|
9650
9725
|
"node_modules/ansis": {
|
|
9651
|
-
"version": "3.2.
|
|
9652
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.2.
|
|
9653
|
-
"integrity": "sha512-
|
|
9726
|
+
"version": "3.2.1",
|
|
9727
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.2.1.tgz",
|
|
9728
|
+
"integrity": "sha512-SgzY+k2aa9UqJe3jzrPZhSVzLc2XrE4/h7rk0dMCDwhCq7ipmpPZvyODoxPCms4OpMLTiBTS+Mpl4VZQ6FDitw==",
|
|
9654
9729
|
"license": "ISC",
|
|
9655
9730
|
"engines": {
|
|
9656
9731
|
"node": ">=15"
|
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,13 +1674,13 @@
|
|
|
1674
1674
|
wordwrap "^1.0.0"
|
|
1675
1675
|
wrap-ansi "^7.0.0"
|
|
1676
1676
|
|
|
1677
|
-
"@oclif/core@^4", "@oclif/core@^4.0.
|
|
1678
|
-
version "4.0.
|
|
1679
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1680
|
-
integrity sha512-
|
|
1677
|
+
"@oclif/core@^4", "@oclif/core@^4.0.8":
|
|
1678
|
+
version "4.0.12"
|
|
1679
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.12.tgz#b47089631827e2c909bfffc8c14d7b1781e502ce"
|
|
1680
|
+
integrity sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==
|
|
1681
1681
|
dependencies:
|
|
1682
1682
|
ansi-escapes "^4.3.2"
|
|
1683
|
-
ansis "^3.
|
|
1683
|
+
ansis "^3.2.1"
|
|
1684
1684
|
clean-stack "^3.0.1"
|
|
1685
1685
|
cli-spinners "^2.9.2"
|
|
1686
1686
|
debug "^4.3.5"
|
|
@@ -1829,10 +1829,10 @@
|
|
|
1829
1829
|
dependencies:
|
|
1830
1830
|
"@salesforce/ts-types" "^2.0.10"
|
|
1831
1831
|
|
|
1832
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1833
|
-
version "3.1.
|
|
1834
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1835
|
-
integrity sha512-
|
|
1832
|
+
"@salesforce/plugin-command-reference@^3.1.9":
|
|
1833
|
+
version "3.1.9"
|
|
1834
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.9.tgz#993ee3f47675a23053c67d1f4a77887977b563ad"
|
|
1835
|
+
integrity sha512-p61qlWXE7cWx8RBg+gOMnkaV3SJZ8S1Hee2nmuUu1WoNwCraiuxa9PGbWL/L/6RKpjwAfhFpgK2p5pNc/TSpAg==
|
|
1836
1836
|
dependencies:
|
|
1837
1837
|
"@oclif/core" "^4"
|
|
1838
1838
|
"@salesforce/core" "^8.1.0"
|
|
@@ -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==
|
|
@@ -3125,10 +3125,10 @@ ansicolors@~0.3.2:
|
|
|
3125
3125
|
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
|
|
3126
3126
|
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
|
3127
3127
|
|
|
3128
|
-
ansis@^3.
|
|
3129
|
-
version "3.2.
|
|
3130
|
-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.
|
|
3131
|
-
integrity sha512-
|
|
3128
|
+
ansis@^3.2.0, ansis@^3.2.1:
|
|
3129
|
+
version "3.2.1"
|
|
3130
|
+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.1.tgz#abf2de690eb7a74fa4292edf82c7887bda5ee549"
|
|
3131
|
+
integrity sha512-SgzY+k2aa9UqJe3jzrPZhSVzLc2XrE4/h7rk0dMCDwhCq7ipmpPZvyODoxPCms4OpMLTiBTS+Mpl4VZQ6FDitw==
|
|
3132
3132
|
|
|
3133
3133
|
anymatch@~3.1.2:
|
|
3134
3134
|
version "3.1.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
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": {
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.2.4",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.16",
|
|
17
17
|
"@salesforce/dev-scripts": "^10.2.2",
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.9",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.10",
|
|
20
20
|
"@types/chai-as-promised": "^7.1.8",
|
|
21
21
|
"@types/chai-string": "^1.4.5",
|
|
@@ -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
|
}
|