@salesforce/plugin-signups 2.6.57 → 2.6.58
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 +73 -37
- package/oclif.lock +52 -38
- package/oclif.manifest.json +268 -268
- 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.6.
|
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.58/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.6.
|
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.58/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.6.
|
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.58/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.6.
|
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.58/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.6.
|
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.58/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.6.
|
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.58/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.6.
|
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.58/src/commands/org/list/snapshot.ts)_
|
|
390
390
|
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.58",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-signups",
|
|
9
|
-
"version": "2.6.
|
|
9
|
+
"version": "2.6.58",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^8.
|
|
13
|
+
"@salesforce/core": "^8.27.1",
|
|
14
14
|
"@salesforce/kit": "^3.2.4",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
@@ -1807,9 +1807,9 @@
|
|
|
1807
1807
|
}
|
|
1808
1808
|
},
|
|
1809
1809
|
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
1810
|
-
"version": "8.
|
|
1811
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
1812
|
-
"integrity": "sha512-
|
|
1810
|
+
"version": "8.18.0",
|
|
1811
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
1812
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
1813
1813
|
"dev": true,
|
|
1814
1814
|
"license": "MIT",
|
|
1815
1815
|
"dependencies": {
|
|
@@ -3311,9 +3311,9 @@
|
|
|
3311
3311
|
}
|
|
3312
3312
|
},
|
|
3313
3313
|
"node_modules/@jsforce/jsforce-node": {
|
|
3314
|
-
"version": "3.10.
|
|
3315
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
3316
|
-
"integrity": "sha512
|
|
3314
|
+
"version": "3.10.14",
|
|
3315
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.14.tgz",
|
|
3316
|
+
"integrity": "sha512-p8Ug1SypcAT7Q0zZA0+7fyBmgUpB/aXkde4Bxmu0S/O4p28CVwgYvKyFd9vswmHIhFabd/QqUCrlYuVhYdr2Ew==",
|
|
3317
3317
|
"license": "MIT",
|
|
3318
3318
|
"dependencies": {
|
|
3319
3319
|
"@sindresorhus/is": "^4",
|
|
@@ -3405,19 +3405,36 @@
|
|
|
3405
3405
|
}
|
|
3406
3406
|
},
|
|
3407
3407
|
"node_modules/@jsonjoy.com/json-pack": {
|
|
3408
|
-
"version": "1.
|
|
3409
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.
|
|
3410
|
-
"integrity": "sha512
|
|
3408
|
+
"version": "1.21.0",
|
|
3409
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.21.0.tgz",
|
|
3410
|
+
"integrity": "sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==",
|
|
3411
3411
|
"license": "Apache-2.0",
|
|
3412
3412
|
"dependencies": {
|
|
3413
3413
|
"@jsonjoy.com/base64": "^1.1.2",
|
|
3414
|
-
"@jsonjoy.com/buffers": "^1.
|
|
3414
|
+
"@jsonjoy.com/buffers": "^1.2.0",
|
|
3415
3415
|
"@jsonjoy.com/codegen": "^1.0.0",
|
|
3416
|
-
"@jsonjoy.com/json-pointer": "^1.0.
|
|
3416
|
+
"@jsonjoy.com/json-pointer": "^1.0.2",
|
|
3417
3417
|
"@jsonjoy.com/util": "^1.9.0",
|
|
3418
3418
|
"hyperdyperid": "^1.2.0",
|
|
3419
|
-
"thingies": "^2.5.0"
|
|
3419
|
+
"thingies": "^2.5.0",
|
|
3420
|
+
"tree-dump": "^1.1.0"
|
|
3421
|
+
},
|
|
3422
|
+
"engines": {
|
|
3423
|
+
"node": ">=10.0"
|
|
3424
|
+
},
|
|
3425
|
+
"funding": {
|
|
3426
|
+
"type": "github",
|
|
3427
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3420
3428
|
},
|
|
3429
|
+
"peerDependencies": {
|
|
3430
|
+
"tslib": "2"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
"node_modules/@jsonjoy.com/json-pack/node_modules/@jsonjoy.com/buffers": {
|
|
3434
|
+
"version": "1.2.1",
|
|
3435
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz",
|
|
3436
|
+
"integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
|
|
3437
|
+
"license": "Apache-2.0",
|
|
3421
3438
|
"engines": {
|
|
3422
3439
|
"node": ">=10.0"
|
|
3423
3440
|
},
|
|
@@ -3430,12 +3447,13 @@
|
|
|
3430
3447
|
}
|
|
3431
3448
|
},
|
|
3432
3449
|
"node_modules/@jsonjoy.com/json-pointer": {
|
|
3433
|
-
"version": "1.0.
|
|
3434
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.
|
|
3435
|
-
"integrity": "sha512-
|
|
3450
|
+
"version": "1.0.2",
|
|
3451
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.2.tgz",
|
|
3452
|
+
"integrity": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==",
|
|
3436
3453
|
"license": "Apache-2.0",
|
|
3437
3454
|
"dependencies": {
|
|
3438
|
-
"@jsonjoy.com/
|
|
3455
|
+
"@jsonjoy.com/codegen": "^1.0.0",
|
|
3456
|
+
"@jsonjoy.com/util": "^1.9.0"
|
|
3439
3457
|
},
|
|
3440
3458
|
"engines": {
|
|
3441
3459
|
"node": ">=10.0"
|
|
@@ -4031,15 +4049,15 @@
|
|
|
4031
4049
|
}
|
|
4032
4050
|
},
|
|
4033
4051
|
"node_modules/@salesforce/core": {
|
|
4034
|
-
"version": "8.
|
|
4035
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4036
|
-
"integrity": "sha512-
|
|
4052
|
+
"version": "8.27.1",
|
|
4053
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.27.1.tgz",
|
|
4054
|
+
"integrity": "sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==",
|
|
4037
4055
|
"license": "BSD-3-Clause",
|
|
4038
4056
|
"dependencies": {
|
|
4039
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
4057
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
4040
4058
|
"@salesforce/kit": "^3.2.4",
|
|
4041
4059
|
"@salesforce/ts-types": "^2.0.12",
|
|
4042
|
-
"ajv": "^8.
|
|
4060
|
+
"ajv": "^8.18.0",
|
|
4043
4061
|
"change-case": "^4.1.2",
|
|
4044
4062
|
"fast-levenshtein": "^3.0.0",
|
|
4045
4063
|
"faye": "^1.4.1",
|
|
@@ -4047,7 +4065,7 @@
|
|
|
4047
4065
|
"js2xmlparser": "^4.0.1",
|
|
4048
4066
|
"jsonwebtoken": "9.0.3",
|
|
4049
4067
|
"jszip": "3.10.1",
|
|
4050
|
-
"memfs": "
|
|
4068
|
+
"memfs": "4.38.1",
|
|
4051
4069
|
"pino": "^9.7.0",
|
|
4052
4070
|
"pino-abstract-transport": "^1.2.0",
|
|
4053
4071
|
"pino-pretty": "^11.3.0",
|
|
@@ -4061,9 +4079,9 @@
|
|
|
4061
4079
|
}
|
|
4062
4080
|
},
|
|
4063
4081
|
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
4064
|
-
"version": "8.
|
|
4065
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
4066
|
-
"integrity": "sha512-
|
|
4082
|
+
"version": "8.18.0",
|
|
4083
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
4084
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
4067
4085
|
"license": "MIT",
|
|
4068
4086
|
"dependencies": {
|
|
4069
4087
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -9029,6 +9047,22 @@
|
|
|
9029
9047
|
"node": ">= 6"
|
|
9030
9048
|
}
|
|
9031
9049
|
},
|
|
9050
|
+
"node_modules/glob-to-regex.js": {
|
|
9051
|
+
"version": "1.2.0",
|
|
9052
|
+
"resolved": "https://registry.npmjs.org/glob-to-regex.js/-/glob-to-regex.js-1.2.0.tgz",
|
|
9053
|
+
"integrity": "sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==",
|
|
9054
|
+
"license": "Apache-2.0",
|
|
9055
|
+
"engines": {
|
|
9056
|
+
"node": ">=10.0"
|
|
9057
|
+
},
|
|
9058
|
+
"funding": {
|
|
9059
|
+
"type": "github",
|
|
9060
|
+
"url": "https://github.com/sponsors/streamich"
|
|
9061
|
+
},
|
|
9062
|
+
"peerDependencies": {
|
|
9063
|
+
"tslib": "2"
|
|
9064
|
+
}
|
|
9065
|
+
},
|
|
9032
9066
|
"node_modules/global-dirs": {
|
|
9033
9067
|
"version": "0.1.1",
|
|
9034
9068
|
"resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
|
|
@@ -11304,14 +11338,16 @@
|
|
|
11304
11338
|
"license": "MIT"
|
|
11305
11339
|
},
|
|
11306
11340
|
"node_modules/memfs": {
|
|
11307
|
-
"version": "4.
|
|
11308
|
-
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.
|
|
11309
|
-
"integrity": "sha512-
|
|
11341
|
+
"version": "4.38.1",
|
|
11342
|
+
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.38.1.tgz",
|
|
11343
|
+
"integrity": "sha512-exfrOkkU3m0EpbQ0iQJP93HUbkprnIBU7IUnobSNAzHkBUzsklLwENGLEm8ZwJmMuLoFEfv1pYQ54wSpkay4kQ==",
|
|
11310
11344
|
"license": "Apache-2.0",
|
|
11311
11345
|
"dependencies": {
|
|
11312
|
-
"@jsonjoy.com/json-pack": "^1.0
|
|
11313
|
-
"@jsonjoy.com/util": "^1.
|
|
11314
|
-
"
|
|
11346
|
+
"@jsonjoy.com/json-pack": "^1.11.0",
|
|
11347
|
+
"@jsonjoy.com/util": "^1.9.0",
|
|
11348
|
+
"glob-to-regex.js": "^1.0.1",
|
|
11349
|
+
"thingies": "^2.5.0",
|
|
11350
|
+
"tree-dump": "^1.0.3",
|
|
11315
11351
|
"tslib": "^2.0.0"
|
|
11316
11352
|
},
|
|
11317
11353
|
"engines": {
|
|
@@ -14305,9 +14341,9 @@
|
|
|
14305
14341
|
"license": "MIT"
|
|
14306
14342
|
},
|
|
14307
14343
|
"node_modules/tree-dump": {
|
|
14308
|
-
"version": "1.0
|
|
14309
|
-
"resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.
|
|
14310
|
-
"integrity": "sha512-
|
|
14344
|
+
"version": "1.1.0",
|
|
14345
|
+
"resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.1.0.tgz",
|
|
14346
|
+
"integrity": "sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA==",
|
|
14311
14347
|
"license": "Apache-2.0",
|
|
14312
14348
|
"engines": {
|
|
14313
14349
|
"node": ">=10.0"
|
package/oclif.lock
CHANGED
|
@@ -1347,10 +1347,10 @@
|
|
|
1347
1347
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1348
1348
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1349
1349
|
|
|
1350
|
-
"@jsforce/jsforce-node@^3.10.
|
|
1351
|
-
version "3.10.
|
|
1352
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
1353
|
-
integrity sha512
|
|
1350
|
+
"@jsforce/jsforce-node@^3.10.13":
|
|
1351
|
+
version "3.10.14"
|
|
1352
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.14.tgz#e6429626118a86247605f14b2466026f7180cff8"
|
|
1353
|
+
integrity sha512-p8Ug1SypcAT7Q0zZA0+7fyBmgUpB/aXkde4Bxmu0S/O4p28CVwgYvKyFd9vswmHIhFabd/QqUCrlYuVhYdr2Ew==
|
|
1354
1354
|
dependencies:
|
|
1355
1355
|
"@sindresorhus/is" "^4"
|
|
1356
1356
|
base64url "^3.0.1"
|
|
@@ -1373,32 +1373,39 @@
|
|
|
1373
1373
|
resolved "https://registry.yarnpkg.com/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz#ade6895b7d3883d70f87b5743efaa12c71dfef7a"
|
|
1374
1374
|
integrity sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==
|
|
1375
1375
|
|
|
1376
|
+
"@jsonjoy.com/buffers@^1.2.0":
|
|
1377
|
+
version "1.2.1"
|
|
1378
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz#8d99c7f67eaf724d3428dfd9826c6455266a5c83"
|
|
1379
|
+
integrity sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==
|
|
1380
|
+
|
|
1376
1381
|
"@jsonjoy.com/codegen@^1.0.0":
|
|
1377
1382
|
version "1.0.0"
|
|
1378
1383
|
resolved "https://registry.yarnpkg.com/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz#5c23f796c47675f166d23b948cdb889184b93207"
|
|
1379
1384
|
integrity sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==
|
|
1380
1385
|
|
|
1381
|
-
"@jsonjoy.com/json-pack@^1.0
|
|
1382
|
-
version "1.
|
|
1383
|
-
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pack/-/json-pack-1.
|
|
1384
|
-
integrity sha512
|
|
1386
|
+
"@jsonjoy.com/json-pack@^1.11.0":
|
|
1387
|
+
version "1.21.0"
|
|
1388
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pack/-/json-pack-1.21.0.tgz#93f8dd57fe3a3a92132b33d1eb182dcd9e7629fa"
|
|
1389
|
+
integrity sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==
|
|
1385
1390
|
dependencies:
|
|
1386
1391
|
"@jsonjoy.com/base64" "^1.1.2"
|
|
1387
|
-
"@jsonjoy.com/buffers" "^1.
|
|
1392
|
+
"@jsonjoy.com/buffers" "^1.2.0"
|
|
1388
1393
|
"@jsonjoy.com/codegen" "^1.0.0"
|
|
1389
|
-
"@jsonjoy.com/json-pointer" "^1.0.
|
|
1394
|
+
"@jsonjoy.com/json-pointer" "^1.0.2"
|
|
1390
1395
|
"@jsonjoy.com/util" "^1.9.0"
|
|
1391
1396
|
hyperdyperid "^1.2.0"
|
|
1392
1397
|
thingies "^2.5.0"
|
|
1398
|
+
tree-dump "^1.1.0"
|
|
1393
1399
|
|
|
1394
|
-
"@jsonjoy.com/json-pointer@^1.0.
|
|
1395
|
-
version "1.0.
|
|
1396
|
-
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pointer/-/json-pointer-1.0.
|
|
1397
|
-
integrity sha512-
|
|
1400
|
+
"@jsonjoy.com/json-pointer@^1.0.2":
|
|
1401
|
+
version "1.0.2"
|
|
1402
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pointer/-/json-pointer-1.0.2.tgz#049cb530ac24e84cba08590c5e36b431c4843408"
|
|
1403
|
+
integrity sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==
|
|
1398
1404
|
dependencies:
|
|
1399
|
-
"@jsonjoy.com/
|
|
1405
|
+
"@jsonjoy.com/codegen" "^1.0.0"
|
|
1406
|
+
"@jsonjoy.com/util" "^1.9.0"
|
|
1400
1407
|
|
|
1401
|
-
"@jsonjoy.com/util@^1.
|
|
1408
|
+
"@jsonjoy.com/util@^1.9.0":
|
|
1402
1409
|
version "1.9.0"
|
|
1403
1410
|
resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.9.0.tgz#7ee95586aed0a766b746cd8d8363e336c3c47c46"
|
|
1404
1411
|
integrity sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==
|
|
@@ -1552,15 +1559,15 @@
|
|
|
1552
1559
|
strip-ansi "6.0.1"
|
|
1553
1560
|
ts-retry-promise "^0.8.1"
|
|
1554
1561
|
|
|
1555
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.
|
|
1556
|
-
version "8.
|
|
1557
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1558
|
-
integrity sha512-
|
|
1562
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1563
|
+
version "8.27.1"
|
|
1564
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
|
|
1565
|
+
integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
|
|
1559
1566
|
dependencies:
|
|
1560
|
-
"@jsforce/jsforce-node" "^3.10.
|
|
1567
|
+
"@jsforce/jsforce-node" "^3.10.13"
|
|
1561
1568
|
"@salesforce/kit" "^3.2.4"
|
|
1562
1569
|
"@salesforce/ts-types" "^2.0.12"
|
|
1563
|
-
ajv "^8.
|
|
1570
|
+
ajv "^8.18.0"
|
|
1564
1571
|
change-case "^4.1.2"
|
|
1565
1572
|
fast-levenshtein "^3.0.0"
|
|
1566
1573
|
faye "^1.4.1"
|
|
@@ -1568,7 +1575,7 @@
|
|
|
1568
1575
|
js2xmlparser "^4.0.1"
|
|
1569
1576
|
jsonwebtoken "9.0.3"
|
|
1570
1577
|
jszip "3.10.1"
|
|
1571
|
-
memfs "
|
|
1578
|
+
memfs "4.38.1"
|
|
1572
1579
|
pino "^9.7.0"
|
|
1573
1580
|
pino-abstract-transport "^1.2.0"
|
|
1574
1581
|
pino-pretty "^11.3.0"
|
|
@@ -2634,10 +2641,10 @@ ajv@^6.12.4:
|
|
|
2634
2641
|
json-schema-traverse "^0.4.1"
|
|
2635
2642
|
uri-js "^4.2.2"
|
|
2636
2643
|
|
|
2637
|
-
ajv@^8.11.0, ajv@^8.
|
|
2638
|
-
version "8.
|
|
2639
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.
|
|
2640
|
-
integrity sha512-
|
|
2644
|
+
ajv@^8.11.0, ajv@^8.18.0:
|
|
2645
|
+
version "8.18.0"
|
|
2646
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
|
|
2647
|
+
integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==
|
|
2641
2648
|
dependencies:
|
|
2642
2649
|
fast-deep-equal "^3.1.3"
|
|
2643
2650
|
fast-uri "^3.0.1"
|
|
@@ -4516,6 +4523,11 @@ glob-parent@^6.0.2:
|
|
|
4516
4523
|
dependencies:
|
|
4517
4524
|
is-glob "^4.0.3"
|
|
4518
4525
|
|
|
4526
|
+
glob-to-regex.js@^1.0.1:
|
|
4527
|
+
version "1.2.0"
|
|
4528
|
+
resolved "https://registry.yarnpkg.com/glob-to-regex.js/-/glob-to-regex.js-1.2.0.tgz#2b323728271d133830850e32311f40766c5f6413"
|
|
4529
|
+
integrity sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==
|
|
4530
|
+
|
|
4519
4531
|
glob@^10.3.10:
|
|
4520
4532
|
version "10.3.10"
|
|
4521
4533
|
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
|
|
@@ -5786,14 +5798,16 @@ mdurl@^2.0.0:
|
|
|
5786
5798
|
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
|
|
5787
5799
|
integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
|
|
5788
5800
|
|
|
5789
|
-
memfs
|
|
5790
|
-
version "4.
|
|
5791
|
-
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.
|
|
5792
|
-
integrity sha512-
|
|
5801
|
+
memfs@4.38.1:
|
|
5802
|
+
version "4.38.1"
|
|
5803
|
+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.38.1.tgz#43cc07ee74dc321dbd0cba778db6cd94a4648895"
|
|
5804
|
+
integrity sha512-exfrOkkU3m0EpbQ0iQJP93HUbkprnIBU7IUnobSNAzHkBUzsklLwENGLEm8ZwJmMuLoFEfv1pYQ54wSpkay4kQ==
|
|
5793
5805
|
dependencies:
|
|
5794
|
-
"@jsonjoy.com/json-pack" "^1.0
|
|
5795
|
-
"@jsonjoy.com/util" "^1.
|
|
5796
|
-
|
|
5806
|
+
"@jsonjoy.com/json-pack" "^1.11.0"
|
|
5807
|
+
"@jsonjoy.com/util" "^1.9.0"
|
|
5808
|
+
glob-to-regex.js "^1.0.1"
|
|
5809
|
+
thingies "^2.5.0"
|
|
5810
|
+
tree-dump "^1.0.3"
|
|
5797
5811
|
tslib "^2.0.0"
|
|
5798
5812
|
|
|
5799
5813
|
meow@^13.0.0:
|
|
@@ -7510,10 +7524,10 @@ tr46@~0.0.3:
|
|
|
7510
7524
|
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
|
|
7511
7525
|
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
|
|
7512
7526
|
|
|
7513
|
-
tree-dump@^1.0.1:
|
|
7514
|
-
version "1.0
|
|
7515
|
-
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.
|
|
7516
|
-
integrity sha512-
|
|
7527
|
+
tree-dump@^1.0.3, tree-dump@^1.1.0:
|
|
7528
|
+
version "1.1.0"
|
|
7529
|
+
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.1.0.tgz#ab29129169dc46004414f5a9d4a3c6e89f13e8a4"
|
|
7530
|
+
integrity sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA==
|
|
7517
7531
|
|
|
7518
7532
|
trim-newlines@^3.0.0:
|
|
7519
7533
|
version "3.0.1"
|
package/oclif.manifest.json
CHANGED
|
@@ -265,16 +265,16 @@
|
|
|
265
265
|
"snapshot:create:org"
|
|
266
266
|
]
|
|
267
267
|
},
|
|
268
|
-
"org:
|
|
268
|
+
"org:delete:shape": {
|
|
269
269
|
"aliases": [
|
|
270
|
-
"force:org:
|
|
270
|
+
"force:org:shape:delete"
|
|
271
271
|
],
|
|
272
272
|
"args": {},
|
|
273
273
|
"deprecateAliases": true,
|
|
274
|
-
"description": "
|
|
274
|
+
"description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
|
|
275
275
|
"examples": [
|
|
276
|
-
"
|
|
277
|
-
"
|
|
276
|
+
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
|
277
|
+
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
|
278
278
|
],
|
|
279
279
|
"flags": {
|
|
280
280
|
"json": {
|
|
@@ -292,16 +292,17 @@
|
|
|
292
292
|
"multiple": false,
|
|
293
293
|
"type": "option"
|
|
294
294
|
},
|
|
295
|
-
"target-
|
|
295
|
+
"target-org": {
|
|
296
296
|
"aliases": [
|
|
297
|
-
"
|
|
297
|
+
"targetusername",
|
|
298
|
+
"u"
|
|
298
299
|
],
|
|
299
|
-
"char": "
|
|
300
|
+
"char": "o",
|
|
300
301
|
"deprecateAliases": true,
|
|
301
|
-
"name": "target-
|
|
302
|
+
"name": "target-org",
|
|
302
303
|
"noCacheDefault": true,
|
|
303
304
|
"required": true,
|
|
304
|
-
"summary": "Username or alias of the
|
|
305
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
305
306
|
"hasDynamicHelp": true,
|
|
306
307
|
"multiple": false,
|
|
307
308
|
"type": "option"
|
|
@@ -327,79 +328,80 @@
|
|
|
327
328
|
"multiple": false,
|
|
328
329
|
"type": "option"
|
|
329
330
|
},
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"
|
|
331
|
+
"no-prompt": {
|
|
332
|
+
"aliases": [
|
|
333
|
+
"noprompt"
|
|
334
|
+
],
|
|
335
|
+
"char": "p",
|
|
336
|
+
"deprecateAliases": true,
|
|
337
|
+
"name": "no-prompt",
|
|
338
|
+
"summary": "Don't prompt for confirmation.",
|
|
339
|
+
"allowNo": false,
|
|
340
|
+
"type": "boolean"
|
|
339
341
|
}
|
|
340
342
|
},
|
|
341
343
|
"hasDynamicHelp": true,
|
|
342
344
|
"hiddenAliases": [],
|
|
343
|
-
"id": "org:
|
|
345
|
+
"id": "org:delete:shape",
|
|
344
346
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
345
347
|
"pluginName": "@salesforce/plugin-signups",
|
|
346
348
|
"pluginType": "core",
|
|
347
349
|
"strict": true,
|
|
348
|
-
"summary": "
|
|
350
|
+
"summary": "Delete all org shapes for a target org.",
|
|
349
351
|
"enableJsonFlag": true,
|
|
350
352
|
"isESM": true,
|
|
351
353
|
"relativePath": [
|
|
352
354
|
"lib",
|
|
353
355
|
"commands",
|
|
354
356
|
"org",
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
+
"delete",
|
|
358
|
+
"shape.js"
|
|
357
359
|
],
|
|
358
360
|
"aliasPermutations": [
|
|
359
|
-
"force:org:
|
|
360
|
-
"org:force:
|
|
361
|
-
"org:
|
|
362
|
-
"org:
|
|
363
|
-
"force:
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
"force:
|
|
368
|
-
"
|
|
369
|
-
"
|
|
370
|
-
"
|
|
371
|
-
"force:org:
|
|
372
|
-
"org:force:
|
|
373
|
-
"org:
|
|
374
|
-
"org:
|
|
375
|
-
"force:
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
"force:
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"
|
|
361
|
+
"force:org:shape:delete",
|
|
362
|
+
"org:force:shape:delete",
|
|
363
|
+
"org:shape:force:delete",
|
|
364
|
+
"org:shape:delete:force",
|
|
365
|
+
"force:shape:org:delete",
|
|
366
|
+
"shape:force:org:delete",
|
|
367
|
+
"shape:org:force:delete",
|
|
368
|
+
"shape:org:delete:force",
|
|
369
|
+
"force:shape:delete:org",
|
|
370
|
+
"shape:force:delete:org",
|
|
371
|
+
"shape:delete:force:org",
|
|
372
|
+
"shape:delete:org:force",
|
|
373
|
+
"force:org:delete:shape",
|
|
374
|
+
"org:force:delete:shape",
|
|
375
|
+
"org:delete:force:shape",
|
|
376
|
+
"org:delete:shape:force",
|
|
377
|
+
"force:delete:org:shape",
|
|
378
|
+
"delete:force:org:shape",
|
|
379
|
+
"delete:org:force:shape",
|
|
380
|
+
"delete:org:shape:force",
|
|
381
|
+
"force:delete:shape:org",
|
|
382
|
+
"delete:force:shape:org",
|
|
383
|
+
"delete:shape:force:org",
|
|
384
|
+
"delete:shape:org:force"
|
|
383
385
|
],
|
|
384
386
|
"permutations": [
|
|
385
|
-
"org:
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
"org:
|
|
389
|
-
"
|
|
390
|
-
"
|
|
387
|
+
"org:delete:shape",
|
|
388
|
+
"delete:org:shape",
|
|
389
|
+
"delete:shape:org",
|
|
390
|
+
"org:shape:delete",
|
|
391
|
+
"shape:org:delete",
|
|
392
|
+
"shape:delete:org"
|
|
391
393
|
]
|
|
392
394
|
},
|
|
393
|
-
"org:
|
|
395
|
+
"org:delete:snapshot": {
|
|
394
396
|
"aliases": [
|
|
395
|
-
"force:org:
|
|
397
|
+
"force:org:snapshot:delete"
|
|
396
398
|
],
|
|
397
399
|
"args": {},
|
|
398
400
|
"deprecateAliases": true,
|
|
399
|
-
"description": "
|
|
401
|
+
"description": "Dev Hub admins can delete any snapshot. Users can delete only their own snapshots, unless a Dev Hub admin gives the user Modify All permission, which works only with the Salesforce license.",
|
|
400
402
|
"examples": [
|
|
401
|
-
"
|
|
402
|
-
"
|
|
403
|
+
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
404
|
+
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
|
403
405
|
],
|
|
404
406
|
"flags": {
|
|
405
407
|
"json": {
|
|
@@ -417,12 +419,30 @@
|
|
|
417
419
|
"multiple": false,
|
|
418
420
|
"type": "option"
|
|
419
421
|
},
|
|
420
|
-
"
|
|
421
|
-
"
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
"
|
|
425
|
-
"
|
|
422
|
+
"target-dev-hub": {
|
|
423
|
+
"aliases": [
|
|
424
|
+
"targetdevhubusername"
|
|
425
|
+
],
|
|
426
|
+
"char": "v",
|
|
427
|
+
"deprecateAliases": true,
|
|
428
|
+
"name": "target-dev-hub",
|
|
429
|
+
"noCacheDefault": true,
|
|
430
|
+
"required": true,
|
|
431
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
432
|
+
"hasDynamicHelp": true,
|
|
433
|
+
"multiple": false,
|
|
434
|
+
"type": "option"
|
|
435
|
+
},
|
|
436
|
+
"api-version": {
|
|
437
|
+
"aliases": [
|
|
438
|
+
"apiversion"
|
|
439
|
+
],
|
|
440
|
+
"deprecateAliases": true,
|
|
441
|
+
"description": "Override the api version used for api requests made by this command",
|
|
442
|
+
"name": "api-version",
|
|
443
|
+
"hasDynamicHelp": false,
|
|
444
|
+
"multiple": false,
|
|
445
|
+
"type": "option"
|
|
426
446
|
},
|
|
427
447
|
"loglevel": {
|
|
428
448
|
"deprecated": {
|
|
@@ -433,70 +453,87 @@
|
|
|
433
453
|
"hasDynamicHelp": false,
|
|
434
454
|
"multiple": false,
|
|
435
455
|
"type": "option"
|
|
456
|
+
},
|
|
457
|
+
"snapshot": {
|
|
458
|
+
"char": "s",
|
|
459
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
460
|
+
"name": "snapshot",
|
|
461
|
+
"required": true,
|
|
462
|
+
"summary": "Name or ID of snapshot to delete.",
|
|
463
|
+
"hasDynamicHelp": false,
|
|
464
|
+
"multiple": false,
|
|
465
|
+
"type": "option"
|
|
466
|
+
},
|
|
467
|
+
"no-prompt": {
|
|
468
|
+
"char": "p",
|
|
469
|
+
"name": "no-prompt",
|
|
470
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
471
|
+
"allowNo": false,
|
|
472
|
+
"type": "boolean"
|
|
436
473
|
}
|
|
437
474
|
},
|
|
438
|
-
"hasDynamicHelp":
|
|
475
|
+
"hasDynamicHelp": true,
|
|
439
476
|
"hiddenAliases": [],
|
|
440
|
-
"id": "org:
|
|
477
|
+
"id": "org:delete:snapshot",
|
|
441
478
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
442
479
|
"pluginName": "@salesforce/plugin-signups",
|
|
443
480
|
"pluginType": "core",
|
|
444
481
|
"strict": true,
|
|
445
|
-
"summary": "
|
|
482
|
+
"summary": "Delete a scratch org snapshot.",
|
|
446
483
|
"enableJsonFlag": true,
|
|
447
484
|
"isESM": true,
|
|
448
485
|
"relativePath": [
|
|
449
486
|
"lib",
|
|
450
487
|
"commands",
|
|
451
488
|
"org",
|
|
452
|
-
"
|
|
453
|
-
"
|
|
489
|
+
"delete",
|
|
490
|
+
"snapshot.js"
|
|
454
491
|
],
|
|
455
492
|
"aliasPermutations": [
|
|
456
|
-
"force:org:
|
|
457
|
-
"org:force:
|
|
458
|
-
"org:
|
|
459
|
-
"org:
|
|
460
|
-
"force:
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"force:
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
"
|
|
468
|
-
"force:org:
|
|
469
|
-
"org:force:
|
|
470
|
-
"org:
|
|
471
|
-
"org:
|
|
472
|
-
"force:
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
"
|
|
476
|
-
"force:
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
"
|
|
493
|
+
"force:org:snapshot:delete",
|
|
494
|
+
"org:force:snapshot:delete",
|
|
495
|
+
"org:snapshot:force:delete",
|
|
496
|
+
"org:snapshot:delete:force",
|
|
497
|
+
"force:snapshot:org:delete",
|
|
498
|
+
"snapshot:force:org:delete",
|
|
499
|
+
"snapshot:org:force:delete",
|
|
500
|
+
"snapshot:org:delete:force",
|
|
501
|
+
"force:snapshot:delete:org",
|
|
502
|
+
"snapshot:force:delete:org",
|
|
503
|
+
"snapshot:delete:force:org",
|
|
504
|
+
"snapshot:delete:org:force",
|
|
505
|
+
"force:org:delete:snapshot",
|
|
506
|
+
"org:force:delete:snapshot",
|
|
507
|
+
"org:delete:force:snapshot",
|
|
508
|
+
"org:delete:snapshot:force",
|
|
509
|
+
"force:delete:org:snapshot",
|
|
510
|
+
"delete:force:org:snapshot",
|
|
511
|
+
"delete:org:force:snapshot",
|
|
512
|
+
"delete:org:snapshot:force",
|
|
513
|
+
"force:delete:snapshot:org",
|
|
514
|
+
"delete:force:snapshot:org",
|
|
515
|
+
"delete:snapshot:force:org",
|
|
516
|
+
"delete:snapshot:org:force"
|
|
480
517
|
],
|
|
481
518
|
"permutations": [
|
|
482
|
-
"org:
|
|
483
|
-
"
|
|
484
|
-
"
|
|
485
|
-
"org:
|
|
486
|
-
"
|
|
487
|
-
"
|
|
519
|
+
"org:delete:snapshot",
|
|
520
|
+
"delete:org:snapshot",
|
|
521
|
+
"delete:snapshot:org",
|
|
522
|
+
"org:snapshot:delete",
|
|
523
|
+
"snapshot:org:delete",
|
|
524
|
+
"snapshot:delete:org"
|
|
488
525
|
]
|
|
489
526
|
},
|
|
490
|
-
"org:
|
|
527
|
+
"org:get:snapshot": {
|
|
491
528
|
"aliases": [
|
|
492
|
-
"force:org:snapshot:
|
|
529
|
+
"force:org:snapshot:get"
|
|
493
530
|
],
|
|
494
531
|
"args": {},
|
|
495
532
|
"deprecateAliases": true,
|
|
496
|
-
"description": "
|
|
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\".",
|
|
497
534
|
"examples": [
|
|
498
|
-
"
|
|
499
|
-
"
|
|
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"
|
|
500
537
|
],
|
|
501
538
|
"flags": {
|
|
502
539
|
"json": {
|
|
@@ -548,70 +585,80 @@
|
|
|
548
585
|
"hasDynamicHelp": false,
|
|
549
586
|
"multiple": false,
|
|
550
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"
|
|
551
598
|
}
|
|
552
599
|
},
|
|
553
600
|
"hasDynamicHelp": true,
|
|
554
601
|
"hiddenAliases": [],
|
|
555
|
-
"id": "org:
|
|
602
|
+
"id": "org:get:snapshot",
|
|
556
603
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
557
604
|
"pluginName": "@salesforce/plugin-signups",
|
|
558
605
|
"pluginType": "core",
|
|
559
606
|
"strict": true,
|
|
560
|
-
"summary": "
|
|
607
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
561
608
|
"enableJsonFlag": true,
|
|
562
609
|
"isESM": true,
|
|
563
610
|
"relativePath": [
|
|
564
611
|
"lib",
|
|
565
612
|
"commands",
|
|
566
613
|
"org",
|
|
567
|
-
"
|
|
614
|
+
"get",
|
|
568
615
|
"snapshot.js"
|
|
569
616
|
],
|
|
570
617
|
"aliasPermutations": [
|
|
571
|
-
"force:org:snapshot:
|
|
572
|
-
"org:force:snapshot:
|
|
573
|
-
"org:snapshot:force:
|
|
574
|
-
"org:snapshot:
|
|
575
|
-
"force:snapshot:org:
|
|
576
|
-
"snapshot:force:org:
|
|
577
|
-
"snapshot:org:force:
|
|
578
|
-
"snapshot:org:
|
|
579
|
-
"force:snapshot:
|
|
580
|
-
"snapshot:force:
|
|
581
|
-
"snapshot:
|
|
582
|
-
"snapshot:
|
|
583
|
-
"force:org:
|
|
584
|
-
"org:force:
|
|
585
|
-
"org:
|
|
586
|
-
"org:
|
|
587
|
-
"force:
|
|
588
|
-
"
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
"force:
|
|
592
|
-
"
|
|
593
|
-
"
|
|
594
|
-
"
|
|
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"
|
|
595
642
|
],
|
|
596
643
|
"permutations": [
|
|
597
|
-
"org:
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
"org:snapshot:
|
|
601
|
-
"snapshot:org:
|
|
602
|
-
"snapshot:
|
|
644
|
+
"org:get:snapshot",
|
|
645
|
+
"get:org:snapshot",
|
|
646
|
+
"get:snapshot:org",
|
|
647
|
+
"org:snapshot:get",
|
|
648
|
+
"snapshot:org:get",
|
|
649
|
+
"snapshot:get:org"
|
|
603
650
|
]
|
|
604
651
|
},
|
|
605
|
-
"org:
|
|
652
|
+
"org:list:shape": {
|
|
606
653
|
"aliases": [
|
|
607
|
-
"force:org:shape:
|
|
654
|
+
"force:org:shape:list"
|
|
608
655
|
],
|
|
609
656
|
"args": {},
|
|
610
657
|
"deprecateAliases": true,
|
|
611
|
-
"description": "
|
|
658
|
+
"description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
|
|
612
659
|
"examples": [
|
|
613
|
-
"
|
|
614
|
-
"
|
|
660
|
+
"List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
|
|
661
|
+
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
|
615
662
|
],
|
|
616
663
|
"flags": {
|
|
617
664
|
"json": {
|
|
@@ -629,31 +676,12 @@
|
|
|
629
676
|
"multiple": false,
|
|
630
677
|
"type": "option"
|
|
631
678
|
},
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
"
|
|
638
|
-
"deprecateAliases": true,
|
|
639
|
-
"name": "target-org",
|
|
640
|
-
"noCacheDefault": true,
|
|
641
|
-
"required": true,
|
|
642
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
643
|
-
"hasDynamicHelp": true,
|
|
644
|
-
"multiple": false,
|
|
645
|
-
"type": "option"
|
|
646
|
-
},
|
|
647
|
-
"api-version": {
|
|
648
|
-
"aliases": [
|
|
649
|
-
"apiversion"
|
|
650
|
-
],
|
|
651
|
-
"deprecateAliases": true,
|
|
652
|
-
"description": "Override the api version used for api requests made by this command",
|
|
653
|
-
"name": "api-version",
|
|
654
|
-
"hasDynamicHelp": false,
|
|
655
|
-
"multiple": false,
|
|
656
|
-
"type": "option"
|
|
679
|
+
"verbose": {
|
|
680
|
+
"hidden": true,
|
|
681
|
+
"name": "verbose",
|
|
682
|
+
"summary": "List more information about each org shape.",
|
|
683
|
+
"allowNo": false,
|
|
684
|
+
"type": "boolean"
|
|
657
685
|
},
|
|
658
686
|
"loglevel": {
|
|
659
687
|
"deprecated": {
|
|
@@ -664,81 +692,70 @@
|
|
|
664
692
|
"hasDynamicHelp": false,
|
|
665
693
|
"multiple": false,
|
|
666
694
|
"type": "option"
|
|
667
|
-
},
|
|
668
|
-
"no-prompt": {
|
|
669
|
-
"aliases": [
|
|
670
|
-
"noprompt"
|
|
671
|
-
],
|
|
672
|
-
"char": "p",
|
|
673
|
-
"deprecateAliases": true,
|
|
674
|
-
"name": "no-prompt",
|
|
675
|
-
"summary": "Don't prompt for confirmation.",
|
|
676
|
-
"allowNo": false,
|
|
677
|
-
"type": "boolean"
|
|
678
695
|
}
|
|
679
696
|
},
|
|
680
|
-
"hasDynamicHelp":
|
|
697
|
+
"hasDynamicHelp": false,
|
|
681
698
|
"hiddenAliases": [],
|
|
682
|
-
"id": "org:
|
|
699
|
+
"id": "org:list:shape",
|
|
683
700
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
684
701
|
"pluginName": "@salesforce/plugin-signups",
|
|
685
702
|
"pluginType": "core",
|
|
686
703
|
"strict": true,
|
|
687
|
-
"summary": "
|
|
704
|
+
"summary": "List all org shapes you’ve created.",
|
|
688
705
|
"enableJsonFlag": true,
|
|
689
706
|
"isESM": true,
|
|
690
707
|
"relativePath": [
|
|
691
708
|
"lib",
|
|
692
709
|
"commands",
|
|
693
710
|
"org",
|
|
694
|
-
"
|
|
711
|
+
"list",
|
|
695
712
|
"shape.js"
|
|
696
713
|
],
|
|
697
714
|
"aliasPermutations": [
|
|
698
|
-
"force:org:shape:
|
|
699
|
-
"org:force:shape:
|
|
700
|
-
"org:shape:force:
|
|
701
|
-
"org:shape:
|
|
702
|
-
"force:shape:org:
|
|
703
|
-
"shape:force:org:
|
|
704
|
-
"shape:org:force:
|
|
705
|
-
"shape:org:
|
|
706
|
-
"force:shape:
|
|
707
|
-
"shape:force:
|
|
708
|
-
"shape:
|
|
709
|
-
"shape:
|
|
710
|
-
"force:org:
|
|
711
|
-
"org:force:
|
|
712
|
-
"org:
|
|
713
|
-
"org:
|
|
714
|
-
"force:
|
|
715
|
-
"
|
|
716
|
-
"
|
|
717
|
-
"
|
|
718
|
-
"force:
|
|
719
|
-
"
|
|
720
|
-
"
|
|
721
|
-
"
|
|
715
|
+
"force:org:shape:list",
|
|
716
|
+
"org:force:shape:list",
|
|
717
|
+
"org:shape:force:list",
|
|
718
|
+
"org:shape:list:force",
|
|
719
|
+
"force:shape:org:list",
|
|
720
|
+
"shape:force:org:list",
|
|
721
|
+
"shape:org:force:list",
|
|
722
|
+
"shape:org:list:force",
|
|
723
|
+
"force:shape:list:org",
|
|
724
|
+
"shape:force:list:org",
|
|
725
|
+
"shape:list:force:org",
|
|
726
|
+
"shape:list:org:force",
|
|
727
|
+
"force:org:list:shape",
|
|
728
|
+
"org:force:list:shape",
|
|
729
|
+
"org:list:force:shape",
|
|
730
|
+
"org:list:shape:force",
|
|
731
|
+
"force:list:org:shape",
|
|
732
|
+
"list:force:org:shape",
|
|
733
|
+
"list:org:force:shape",
|
|
734
|
+
"list:org:shape:force",
|
|
735
|
+
"force:list:shape:org",
|
|
736
|
+
"list:force:shape:org",
|
|
737
|
+
"list:shape:force:org",
|
|
738
|
+
"list:shape:org:force"
|
|
722
739
|
],
|
|
723
740
|
"permutations": [
|
|
724
|
-
"org:
|
|
725
|
-
"
|
|
726
|
-
"
|
|
727
|
-
"org:shape:
|
|
728
|
-
"shape:org:
|
|
729
|
-
"shape:
|
|
741
|
+
"org:list:shape",
|
|
742
|
+
"list:org:shape",
|
|
743
|
+
"list:shape:org",
|
|
744
|
+
"org:shape:list",
|
|
745
|
+
"shape:org:list",
|
|
746
|
+
"shape:list:org"
|
|
730
747
|
]
|
|
731
748
|
},
|
|
732
|
-
"org:
|
|
749
|
+
"org:list:snapshot": {
|
|
733
750
|
"aliases": [
|
|
734
|
-
"force:org:snapshot:
|
|
751
|
+
"force:org:snapshot:list"
|
|
735
752
|
],
|
|
736
753
|
"args": {},
|
|
737
754
|
"deprecateAliases": true,
|
|
738
|
-
"description": "Dev Hub
|
|
755
|
+
"description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
|
|
739
756
|
"examples": [
|
|
740
|
-
"
|
|
741
|
-
"
|
|
757
|
+
"List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
|
|
758
|
+
"List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
|
|
742
759
|
],
|
|
743
760
|
"flags": {
|
|
744
761
|
"json": {
|
|
@@ -790,77 +807,60 @@
|
|
|
790
807
|
"hasDynamicHelp": false,
|
|
791
808
|
"multiple": false,
|
|
792
809
|
"type": "option"
|
|
793
|
-
},
|
|
794
|
-
"snapshot": {
|
|
795
|
-
"char": "s",
|
|
796
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
797
|
-
"name": "snapshot",
|
|
798
|
-
"required": true,
|
|
799
|
-
"summary": "Name or ID of snapshot to delete.",
|
|
800
|
-
"hasDynamicHelp": false,
|
|
801
|
-
"multiple": false,
|
|
802
|
-
"type": "option"
|
|
803
|
-
},
|
|
804
|
-
"no-prompt": {
|
|
805
|
-
"char": "p",
|
|
806
|
-
"name": "no-prompt",
|
|
807
|
-
"summary": "Don't prompt the user to confirm the deletion.",
|
|
808
|
-
"allowNo": false,
|
|
809
|
-
"type": "boolean"
|
|
810
810
|
}
|
|
811
811
|
},
|
|
812
812
|
"hasDynamicHelp": true,
|
|
813
813
|
"hiddenAliases": [],
|
|
814
|
-
"id": "org:
|
|
814
|
+
"id": "org:list:snapshot",
|
|
815
815
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
816
816
|
"pluginName": "@salesforce/plugin-signups",
|
|
817
817
|
"pluginType": "core",
|
|
818
818
|
"strict": true,
|
|
819
|
-
"summary": "
|
|
819
|
+
"summary": "List scratch org snapshots.",
|
|
820
820
|
"enableJsonFlag": true,
|
|
821
821
|
"isESM": true,
|
|
822
822
|
"relativePath": [
|
|
823
823
|
"lib",
|
|
824
824
|
"commands",
|
|
825
825
|
"org",
|
|
826
|
-
"
|
|
826
|
+
"list",
|
|
827
827
|
"snapshot.js"
|
|
828
828
|
],
|
|
829
829
|
"aliasPermutations": [
|
|
830
|
-
"force:org:snapshot:
|
|
831
|
-
"org:force:snapshot:
|
|
832
|
-
"org:snapshot:force:
|
|
833
|
-
"org:snapshot:
|
|
834
|
-
"force:snapshot:org:
|
|
835
|
-
"snapshot:force:org:
|
|
836
|
-
"snapshot:org:force:
|
|
837
|
-
"snapshot:org:
|
|
838
|
-
"force:snapshot:
|
|
839
|
-
"snapshot:force:
|
|
840
|
-
"snapshot:
|
|
841
|
-
"snapshot:
|
|
842
|
-
"force:org:
|
|
843
|
-
"org:force:
|
|
844
|
-
"org:
|
|
845
|
-
"org:
|
|
846
|
-
"force:
|
|
847
|
-
"
|
|
848
|
-
"
|
|
849
|
-
"
|
|
850
|
-
"force:
|
|
851
|
-
"
|
|
852
|
-
"
|
|
853
|
-
"
|
|
830
|
+
"force:org:snapshot:list",
|
|
831
|
+
"org:force:snapshot:list",
|
|
832
|
+
"org:snapshot:force:list",
|
|
833
|
+
"org:snapshot:list:force",
|
|
834
|
+
"force:snapshot:org:list",
|
|
835
|
+
"snapshot:force:org:list",
|
|
836
|
+
"snapshot:org:force:list",
|
|
837
|
+
"snapshot:org:list:force",
|
|
838
|
+
"force:snapshot:list:org",
|
|
839
|
+
"snapshot:force:list:org",
|
|
840
|
+
"snapshot:list:force:org",
|
|
841
|
+
"snapshot:list:org:force",
|
|
842
|
+
"force:org:list:snapshot",
|
|
843
|
+
"org:force:list:snapshot",
|
|
844
|
+
"org:list:force:snapshot",
|
|
845
|
+
"org:list:snapshot:force",
|
|
846
|
+
"force:list:org:snapshot",
|
|
847
|
+
"list:force:org:snapshot",
|
|
848
|
+
"list:org:force:snapshot",
|
|
849
|
+
"list:org:snapshot:force",
|
|
850
|
+
"force:list:snapshot:org",
|
|
851
|
+
"list:force:snapshot:org",
|
|
852
|
+
"list:snapshot:force:org",
|
|
853
|
+
"list:snapshot:org:force"
|
|
854
854
|
],
|
|
855
855
|
"permutations": [
|
|
856
|
-
"org:
|
|
857
|
-
"
|
|
858
|
-
"
|
|
859
|
-
"org:snapshot:
|
|
860
|
-
"snapshot:org:
|
|
861
|
-
"snapshot:
|
|
856
|
+
"org:list:snapshot",
|
|
857
|
+
"list:org:snapshot",
|
|
858
|
+
"list:snapshot:org",
|
|
859
|
+
"org:snapshot:list",
|
|
860
|
+
"snapshot:org:list",
|
|
861
|
+
"snapshot:list:org"
|
|
862
862
|
]
|
|
863
863
|
}
|
|
864
864
|
},
|
|
865
|
-
"version": "2.6.
|
|
865
|
+
"version": "2.6.58"
|
|
866
866
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "2.6.
|
|
4
|
+
"version": "2.6.58",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
|
-
"@salesforce/core": "^8.
|
|
9
|
+
"@salesforce/core": "^8.27.1",
|
|
10
10
|
"@salesforce/kit": "^3.2.4",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"exports": "./lib/index.js",
|
|
221
221
|
"type": "module",
|
|
222
222
|
"sfdx": {
|
|
223
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.58.crt",
|
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.58.sig"
|
|
225
225
|
}
|
|
226
226
|
}
|