@salesforce/plugin-signups 2.6.59 → 2.6.60
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 +63 -97
- package/oclif.lock +39 -51
- package/oclif.manifest.json +126 -126
- 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.6.
|
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.60/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.60/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.60/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.60/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.60/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.60/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.60/src/commands/org/list/snapshot.ts)_
|
|
390
390
|
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.60",
|
|
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.60",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.3.13",
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.49",
|
|
21
21
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.84",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
|
24
24
|
"@types/chai-as-promised": "^7.1.8",
|
|
25
25
|
"@types/chai-string": "^1.4.5",
|
|
@@ -3242,9 +3242,9 @@
|
|
|
3242
3242
|
}
|
|
3243
3243
|
},
|
|
3244
3244
|
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
3245
|
-
"version": "7.1.
|
|
3246
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
3247
|
-
"integrity": "sha512-
|
|
3245
|
+
"version": "7.1.2",
|
|
3246
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
3247
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
3248
3248
|
"dev": true,
|
|
3249
3249
|
"license": "MIT",
|
|
3250
3250
|
"dependencies": {
|
|
@@ -3594,9 +3594,9 @@
|
|
|
3594
3594
|
}
|
|
3595
3595
|
},
|
|
3596
3596
|
"node_modules/@oclif/core": {
|
|
3597
|
-
"version": "4.10.
|
|
3598
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
3599
|
-
"integrity": "sha512-
|
|
3597
|
+
"version": "4.10.3",
|
|
3598
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
|
|
3599
|
+
"integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
|
|
3600
3600
|
"license": "MIT",
|
|
3601
3601
|
"dependencies": {
|
|
3602
3602
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3856,21 +3856,6 @@
|
|
|
3856
3856
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3857
3857
|
}
|
|
3858
3858
|
},
|
|
3859
|
-
"node_modules/@oclif/table/node_modules/string-width/node_modules/strip-ansi": {
|
|
3860
|
-
"version": "7.1.0",
|
|
3861
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
3862
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
3863
|
-
"license": "MIT",
|
|
3864
|
-
"dependencies": {
|
|
3865
|
-
"ansi-regex": "^6.0.1"
|
|
3866
|
-
},
|
|
3867
|
-
"engines": {
|
|
3868
|
-
"node": ">=12"
|
|
3869
|
-
},
|
|
3870
|
-
"funding": {
|
|
3871
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
3872
|
-
}
|
|
3873
|
-
},
|
|
3874
3859
|
"node_modules/@oclif/table/node_modules/strip-ansi": {
|
|
3875
3860
|
"version": "7.1.2",
|
|
3876
3861
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
@@ -3903,21 +3888,6 @@
|
|
|
3903
3888
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3904
3889
|
}
|
|
3905
3890
|
},
|
|
3906
|
-
"node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
3907
|
-
"version": "7.1.0",
|
|
3908
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
3909
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
3910
|
-
"license": "MIT",
|
|
3911
|
-
"dependencies": {
|
|
3912
|
-
"ansi-regex": "^6.0.1"
|
|
3913
|
-
},
|
|
3914
|
-
"engines": {
|
|
3915
|
-
"node": ">=12"
|
|
3916
|
-
},
|
|
3917
|
-
"funding": {
|
|
3918
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
3919
|
-
}
|
|
3920
|
-
},
|
|
3921
3891
|
"node_modules/@pkgjs/parseargs": {
|
|
3922
3892
|
"version": "0.11.0",
|
|
3923
3893
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
@@ -3975,19 +3945,19 @@
|
|
|
3975
3945
|
}
|
|
3976
3946
|
},
|
|
3977
3947
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3978
|
-
"version": "5.3.
|
|
3979
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
3980
|
-
"integrity": "sha512-
|
|
3948
|
+
"version": "5.3.49",
|
|
3949
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.49.tgz",
|
|
3950
|
+
"integrity": "sha512-u3/cS9e7emiu71+6/5tMeYDIyZYN+xffiVOy8Na+alSxipdrww4ChjlW75RnwuTPXpmO1Nu9ntJCHAacEvDBcw==",
|
|
3981
3951
|
"dev": true,
|
|
3982
3952
|
"license": "Apache-2.0",
|
|
3983
3953
|
"dependencies": {
|
|
3984
|
-
"@salesforce/core": "^8.
|
|
3985
|
-
"@salesforce/kit": "^3.2.
|
|
3954
|
+
"@salesforce/core": "^8.27.1",
|
|
3955
|
+
"@salesforce/kit": "^3.2.4",
|
|
3986
3956
|
"@salesforce/ts-types": "^2.0.11",
|
|
3987
|
-
"@types/shelljs": "^0.
|
|
3988
|
-
"debug": "^4.4.
|
|
3957
|
+
"@types/shelljs": "^0.10.0",
|
|
3958
|
+
"debug": "^4.4.3",
|
|
3989
3959
|
"jszip": "^3.10.1",
|
|
3990
|
-
"shelljs": "^0.
|
|
3960
|
+
"shelljs": "^0.10.0",
|
|
3991
3961
|
"sinon": "^17.0.2",
|
|
3992
3962
|
"strip-ansi": "6.0.1",
|
|
3993
3963
|
"ts-retry-promise": "^0.8.1"
|
|
@@ -4250,6 +4220,24 @@
|
|
|
4250
4220
|
"undici-types": "~5.26.4"
|
|
4251
4221
|
}
|
|
4252
4222
|
},
|
|
4223
|
+
"node_modules/@salesforce/dev-scripts/node_modules/shelljs": {
|
|
4224
|
+
"version": "0.8.5",
|
|
4225
|
+
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
|
|
4226
|
+
"integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
|
|
4227
|
+
"dev": true,
|
|
4228
|
+
"license": "BSD-3-Clause",
|
|
4229
|
+
"dependencies": {
|
|
4230
|
+
"glob": "^7.0.0",
|
|
4231
|
+
"interpret": "^1.0.0",
|
|
4232
|
+
"rechoir": "^0.6.2"
|
|
4233
|
+
},
|
|
4234
|
+
"bin": {
|
|
4235
|
+
"shjs": "bin/shjs"
|
|
4236
|
+
},
|
|
4237
|
+
"engines": {
|
|
4238
|
+
"node": ">=4"
|
|
4239
|
+
}
|
|
4240
|
+
},
|
|
4253
4241
|
"node_modules/@salesforce/dev-scripts/node_modules/undici-types": {
|
|
4254
4242
|
"version": "5.26.5",
|
|
4255
4243
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
@@ -4267,9 +4255,9 @@
|
|
|
4267
4255
|
}
|
|
4268
4256
|
},
|
|
4269
4257
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4270
|
-
"version": "3.1.
|
|
4271
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4272
|
-
"integrity": "sha512
|
|
4258
|
+
"version": "3.1.84",
|
|
4259
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.84.tgz",
|
|
4260
|
+
"integrity": "sha512-/SDZ9NP+2ITD3jGh/daJoo04W9pQfjRQ4eIXaicEi9XdwwtgkbCcQxRP4g20eaOlPEqI49RHMnQIXldPONgYeg==",
|
|
4273
4261
|
"dev": true,
|
|
4274
4262
|
"license": "Apache-2.0",
|
|
4275
4263
|
"dependencies": {
|
|
@@ -4280,7 +4268,7 @@
|
|
|
4280
4268
|
"@salesforce/ts-types": "^2.0.11",
|
|
4281
4269
|
"chalk": "^5.6.2",
|
|
4282
4270
|
"debug": "^4.4.3",
|
|
4283
|
-
"handlebars": "^4.7.
|
|
4271
|
+
"handlebars": "^4.7.9"
|
|
4284
4272
|
},
|
|
4285
4273
|
"engines": {
|
|
4286
4274
|
"node": ">=18.0.0"
|
|
@@ -4362,9 +4350,9 @@
|
|
|
4362
4350
|
}
|
|
4363
4351
|
},
|
|
4364
4352
|
"node_modules/@salesforce/plugin-command-reference/node_modules/strip-ansi": {
|
|
4365
|
-
"version": "7.1.
|
|
4366
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
4367
|
-
"integrity": "sha512-
|
|
4353
|
+
"version": "7.1.2",
|
|
4354
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
4355
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
4368
4356
|
"dev": true,
|
|
4369
4357
|
"license": "MIT",
|
|
4370
4358
|
"dependencies": {
|
|
@@ -5350,17 +5338,6 @@
|
|
|
5350
5338
|
"@types/chai": "*"
|
|
5351
5339
|
}
|
|
5352
5340
|
},
|
|
5353
|
-
"node_modules/@types/glob": {
|
|
5354
|
-
"version": "7.2.0",
|
|
5355
|
-
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
|
|
5356
|
-
"integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
|
|
5357
|
-
"dev": true,
|
|
5358
|
-
"license": "MIT",
|
|
5359
|
-
"dependencies": {
|
|
5360
|
-
"@types/minimatch": "*",
|
|
5361
|
-
"@types/node": "*"
|
|
5362
|
-
}
|
|
5363
|
-
},
|
|
5364
5341
|
"node_modules/@types/hast": {
|
|
5365
5342
|
"version": "3.0.4",
|
|
5366
5343
|
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
|
|
@@ -5392,13 +5369,6 @@
|
|
|
5392
5369
|
"dev": true,
|
|
5393
5370
|
"license": "MIT"
|
|
5394
5371
|
},
|
|
5395
|
-
"node_modules/@types/minimatch": {
|
|
5396
|
-
"version": "5.1.2",
|
|
5397
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
|
5398
|
-
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
|
|
5399
|
-
"dev": true,
|
|
5400
|
-
"license": "MIT"
|
|
5401
|
-
},
|
|
5402
5372
|
"node_modules/@types/minimist": {
|
|
5403
5373
|
"version": "1.2.2",
|
|
5404
5374
|
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
|
|
@@ -5462,14 +5432,14 @@
|
|
|
5462
5432
|
"license": "MIT"
|
|
5463
5433
|
},
|
|
5464
5434
|
"node_modules/@types/shelljs": {
|
|
5465
|
-
"version": "0.
|
|
5466
|
-
"resolved": "https://registry.npmjs.org/@types/shelljs/-/shelljs-0.
|
|
5467
|
-
"integrity": "sha512-
|
|
5435
|
+
"version": "0.10.0",
|
|
5436
|
+
"resolved": "https://registry.npmjs.org/@types/shelljs/-/shelljs-0.10.0.tgz",
|
|
5437
|
+
"integrity": "sha512-OEfyhE5Ox+FeoHbhrEDwm0kXxntO6nsyMRCFvNsIBHPZu5rV1w2OjPcLclaC/IZ1TlzZPgbeMfwAZEi5N238yQ==",
|
|
5468
5438
|
"dev": true,
|
|
5469
5439
|
"license": "MIT",
|
|
5470
5440
|
"dependencies": {
|
|
5471
|
-
"@types/
|
|
5472
|
-
"
|
|
5441
|
+
"@types/node": "*",
|
|
5442
|
+
"fast-glob": "^3.3.2"
|
|
5473
5443
|
}
|
|
5474
5444
|
},
|
|
5475
5445
|
"node_modules/@types/sinon": {
|
|
@@ -6812,9 +6782,9 @@
|
|
|
6812
6782
|
}
|
|
6813
6783
|
},
|
|
6814
6784
|
"node_modules/cli-truncate/node_modules/strip-ansi": {
|
|
6815
|
-
"version": "7.1.
|
|
6816
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
6817
|
-
"integrity": "sha512-
|
|
6785
|
+
"version": "7.1.2",
|
|
6786
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
6787
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
6818
6788
|
"license": "MIT",
|
|
6819
6789
|
"dependencies": {
|
|
6820
6790
|
"ansi-regex": "^6.0.1"
|
|
@@ -9294,9 +9264,9 @@
|
|
|
9294
9264
|
"license": "MIT"
|
|
9295
9265
|
},
|
|
9296
9266
|
"node_modules/handlebars": {
|
|
9297
|
-
"version": "4.7.
|
|
9298
|
-
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.
|
|
9299
|
-
"integrity": "sha512-
|
|
9267
|
+
"version": "4.7.9",
|
|
9268
|
+
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz",
|
|
9269
|
+
"integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==",
|
|
9300
9270
|
"dev": true,
|
|
9301
9271
|
"license": "MIT",
|
|
9302
9272
|
"dependencies": {
|
|
@@ -9911,9 +9881,9 @@
|
|
|
9911
9881
|
}
|
|
9912
9882
|
},
|
|
9913
9883
|
"node_modules/ink/node_modules/strip-ansi": {
|
|
9914
|
-
"version": "7.1.
|
|
9915
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
9916
|
-
"integrity": "sha512-
|
|
9884
|
+
"version": "7.1.2",
|
|
9885
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
9886
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
9917
9887
|
"license": "MIT",
|
|
9918
9888
|
"dependencies": {
|
|
9919
9889
|
"ansi-regex": "^6.0.1"
|
|
@@ -13749,21 +13719,17 @@
|
|
|
13749
13719
|
}
|
|
13750
13720
|
},
|
|
13751
13721
|
"node_modules/shelljs": {
|
|
13752
|
-
"version": "0.
|
|
13753
|
-
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.
|
|
13754
|
-
"integrity": "sha512-
|
|
13722
|
+
"version": "0.10.0",
|
|
13723
|
+
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.10.0.tgz",
|
|
13724
|
+
"integrity": "sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==",
|
|
13755
13725
|
"dev": true,
|
|
13756
13726
|
"license": "BSD-3-Clause",
|
|
13757
13727
|
"dependencies": {
|
|
13758
|
-
"
|
|
13759
|
-
"
|
|
13760
|
-
"rechoir": "^0.6.2"
|
|
13761
|
-
},
|
|
13762
|
-
"bin": {
|
|
13763
|
-
"shjs": "bin/shjs"
|
|
13728
|
+
"execa": "^5.1.1",
|
|
13729
|
+
"fast-glob": "^3.3.2"
|
|
13764
13730
|
},
|
|
13765
13731
|
"engines": {
|
|
13766
|
-
"node": ">=
|
|
13732
|
+
"node": ">=18"
|
|
13767
13733
|
}
|
|
13768
13734
|
},
|
|
13769
13735
|
"node_modules/shiki": {
|
package/oclif.lock
CHANGED
|
@@ -1417,9 +1417,9 @@
|
|
|
1417
1417
|
wrap-ansi "^7.0.0"
|
|
1418
1418
|
|
|
1419
1419
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.5.2":
|
|
1420
|
-
version "4.10.
|
|
1421
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.
|
|
1422
|
-
integrity sha512-
|
|
1420
|
+
version "4.10.3"
|
|
1421
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
|
|
1422
|
+
integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
|
|
1423
1423
|
dependencies:
|
|
1424
1424
|
ansi-escapes "^4.3.2"
|
|
1425
1425
|
ansis "^3.17.0"
|
|
@@ -1525,23 +1525,23 @@
|
|
|
1525
1525
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1526
1526
|
config-chain "^1.1.11"
|
|
1527
1527
|
|
|
1528
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1529
|
-
version "5.3.
|
|
1530
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1531
|
-
integrity sha512-
|
|
1528
|
+
"@salesforce/cli-plugins-testkit@^5.3.49":
|
|
1529
|
+
version "5.3.49"
|
|
1530
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.49.tgz#c9b89f6d67852065ba3fd09ba7d622aba7b97cb3"
|
|
1531
|
+
integrity sha512-u3/cS9e7emiu71+6/5tMeYDIyZYN+xffiVOy8Na+alSxipdrww4ChjlW75RnwuTPXpmO1Nu9ntJCHAacEvDBcw==
|
|
1532
1532
|
dependencies:
|
|
1533
|
-
"@salesforce/core" "^8.
|
|
1534
|
-
"@salesforce/kit" "^3.2.
|
|
1533
|
+
"@salesforce/core" "^8.27.1"
|
|
1534
|
+
"@salesforce/kit" "^3.2.4"
|
|
1535
1535
|
"@salesforce/ts-types" "^2.0.11"
|
|
1536
|
-
"@types/shelljs" "^0.
|
|
1537
|
-
debug "^4.4.
|
|
1536
|
+
"@types/shelljs" "^0.10.0"
|
|
1537
|
+
debug "^4.4.3"
|
|
1538
1538
|
jszip "^3.10.1"
|
|
1539
|
-
shelljs "^0.
|
|
1539
|
+
shelljs "^0.10.0"
|
|
1540
1540
|
sinon "^17.0.2"
|
|
1541
1541
|
strip-ansi "6.0.1"
|
|
1542
1542
|
ts-retry-promise "^0.8.1"
|
|
1543
1543
|
|
|
1544
|
-
"@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"
|
|
1544
|
+
"@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":
|
|
1545
1545
|
version "8.27.1"
|
|
1546
1546
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
|
|
1547
1547
|
integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
|
|
@@ -1610,10 +1610,10 @@
|
|
|
1610
1610
|
dependencies:
|
|
1611
1611
|
"@salesforce/ts-types" "^2.0.12"
|
|
1612
1612
|
|
|
1613
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1614
|
-
version "3.1.
|
|
1615
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1616
|
-
integrity sha512
|
|
1613
|
+
"@salesforce/plugin-command-reference@^3.1.84":
|
|
1614
|
+
version "3.1.84"
|
|
1615
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.84.tgz#331b05e75b5bc1af3e3ea37a86b8ee9e71533bb9"
|
|
1616
|
+
integrity sha512-/SDZ9NP+2ITD3jGh/daJoo04W9pQfjRQ4eIXaicEi9XdwwtgkbCcQxRP4g20eaOlPEqI49RHMnQIXldPONgYeg==
|
|
1617
1617
|
dependencies:
|
|
1618
1618
|
"@oclif/core" "^4"
|
|
1619
1619
|
"@salesforce/core" "^8.23.3"
|
|
@@ -1622,7 +1622,7 @@
|
|
|
1622
1622
|
"@salesforce/ts-types" "^2.0.11"
|
|
1623
1623
|
chalk "^5.6.2"
|
|
1624
1624
|
debug "^4.4.3"
|
|
1625
|
-
handlebars "^4.7.
|
|
1625
|
+
handlebars "^4.7.9"
|
|
1626
1626
|
|
|
1627
1627
|
"@salesforce/prettier-config@^0.0.3":
|
|
1628
1628
|
version "0.0.3"
|
|
@@ -2302,14 +2302,6 @@
|
|
|
2302
2302
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.14.tgz#ae3055ea2be43c91c9fd700a36d67820026d96e6"
|
|
2303
2303
|
integrity sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==
|
|
2304
2304
|
|
|
2305
|
-
"@types/glob@~7.2.0":
|
|
2306
|
-
version "7.2.0"
|
|
2307
|
-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
|
|
2308
|
-
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
|
|
2309
|
-
dependencies:
|
|
2310
|
-
"@types/minimatch" "*"
|
|
2311
|
-
"@types/node" "*"
|
|
2312
|
-
|
|
2313
2305
|
"@types/hast@^3.0.4":
|
|
2314
2306
|
version "3.0.4"
|
|
2315
2307
|
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
|
|
@@ -2332,11 +2324,6 @@
|
|
|
2332
2324
|
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
|
2333
2325
|
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
|
|
2334
2326
|
|
|
2335
|
-
"@types/minimatch@*":
|
|
2336
|
-
version "5.1.2"
|
|
2337
|
-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
|
|
2338
|
-
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
|
|
2339
|
-
|
|
2340
2327
|
"@types/minimist@^1.2.0":
|
|
2341
2328
|
version "1.2.2"
|
|
2342
2329
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
|
@@ -2396,13 +2383,13 @@
|
|
|
2396
2383
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
|
|
2397
2384
|
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
|
|
2398
2385
|
|
|
2399
|
-
"@types/shelljs@^0.
|
|
2400
|
-
version "0.
|
|
2401
|
-
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.
|
|
2402
|
-
integrity sha512-
|
|
2386
|
+
"@types/shelljs@^0.10.0":
|
|
2387
|
+
version "0.10.0"
|
|
2388
|
+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.10.0.tgz#c5a5cb47f9bac25de535ffe8b77a32c0f7ed8e83"
|
|
2389
|
+
integrity sha512-OEfyhE5Ox+FeoHbhrEDwm0kXxntO6nsyMRCFvNsIBHPZu5rV1w2OjPcLclaC/IZ1TlzZPgbeMfwAZEi5N238yQ==
|
|
2403
2390
|
dependencies:
|
|
2404
|
-
"@types/glob" "~7.2.0"
|
|
2405
2391
|
"@types/node" "*"
|
|
2392
|
+
fast-glob "^3.3.2"
|
|
2406
2393
|
|
|
2407
2394
|
"@types/sinon@^10.0.20":
|
|
2408
2395
|
version "10.0.20"
|
|
@@ -4092,7 +4079,7 @@ execa@^4.1.0:
|
|
|
4092
4079
|
signal-exit "^3.0.2"
|
|
4093
4080
|
strip-final-newline "^2.0.0"
|
|
4094
4081
|
|
|
4095
|
-
execa@^5.0.0:
|
|
4082
|
+
execa@^5.0.0, execa@^5.1.1:
|
|
4096
4083
|
version "5.1.1"
|
|
4097
4084
|
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
|
|
4098
4085
|
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
|
|
@@ -4131,7 +4118,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
|
|
4131
4118
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
|
4132
4119
|
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
|
4133
4120
|
|
|
4134
|
-
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.3:
|
|
4121
|
+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2, fast-glob@^3.3.3:
|
|
4135
4122
|
version "3.3.3"
|
|
4136
4123
|
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
|
|
4137
4124
|
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
|
|
@@ -4641,10 +4628,10 @@ graphemer@^1.4.0:
|
|
|
4641
4628
|
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
|
|
4642
4629
|
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
|
|
4643
4630
|
|
|
4644
|
-
handlebars@^4.7.
|
|
4645
|
-
version "4.7.
|
|
4646
|
-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.
|
|
4647
|
-
integrity sha512-
|
|
4631
|
+
handlebars@^4.7.9:
|
|
4632
|
+
version "4.7.9"
|
|
4633
|
+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
|
|
4634
|
+
integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
|
|
4648
4635
|
dependencies:
|
|
4649
4636
|
minimist "^1.2.5"
|
|
4650
4637
|
neo-async "^2.6.2"
|
|
@@ -7044,7 +7031,15 @@ shebang-regex@^3.0.0:
|
|
|
7044
7031
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
7045
7032
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
7046
7033
|
|
|
7047
|
-
shelljs@^0.
|
|
7034
|
+
shelljs@^0.10.0:
|
|
7035
|
+
version "0.10.0"
|
|
7036
|
+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.10.0.tgz#e3bbae99b0f3f0cc5dce05b46a346fae2090e883"
|
|
7037
|
+
integrity sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==
|
|
7038
|
+
dependencies:
|
|
7039
|
+
execa "^5.1.1"
|
|
7040
|
+
fast-glob "^3.3.2"
|
|
7041
|
+
|
|
7042
|
+
shelljs@^0.8.5:
|
|
7048
7043
|
version "0.8.5"
|
|
7049
7044
|
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
|
|
7050
7045
|
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
|
|
@@ -7343,14 +7338,7 @@ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
|
7343
7338
|
dependencies:
|
|
7344
7339
|
ansi-regex "^5.0.1"
|
|
7345
7340
|
|
|
7346
|
-
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
|
|
7347
|
-
version "7.1.0"
|
|
7348
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
|
|
7349
|
-
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
|
|
7350
|
-
dependencies:
|
|
7351
|
-
ansi-regex "^6.0.1"
|
|
7352
|
-
|
|
7353
|
-
strip-ansi@^7.1.2:
|
|
7341
|
+
strip-ansi@^7.0.1, strip-ansi@^7.1.0, strip-ansi@^7.1.2:
|
|
7354
7342
|
version "7.1.2"
|
|
7355
7343
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
|
|
7356
7344
|
integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
|
package/oclif.manifest.json
CHANGED
|
@@ -524,131 +524,6 @@
|
|
|
524
524
|
"snapshot:delete:org"
|
|
525
525
|
]
|
|
526
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
527
|
"org:list:shape": {
|
|
653
528
|
"aliases": [
|
|
654
529
|
"force:org:shape:list"
|
|
@@ -860,7 +735,132 @@
|
|
|
860
735
|
"snapshot:org:list",
|
|
861
736
|
"snapshot:list:org"
|
|
862
737
|
]
|
|
738
|
+
},
|
|
739
|
+
"org:get:snapshot": {
|
|
740
|
+
"aliases": [
|
|
741
|
+
"force:org:snapshot:get"
|
|
742
|
+
],
|
|
743
|
+
"args": {},
|
|
744
|
+
"deprecateAliases": true,
|
|
745
|
+
"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\".",
|
|
746
|
+
"examples": [
|
|
747
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
748
|
+
"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"
|
|
749
|
+
],
|
|
750
|
+
"flags": {
|
|
751
|
+
"json": {
|
|
752
|
+
"description": "Format output as json.",
|
|
753
|
+
"helpGroup": "GLOBAL",
|
|
754
|
+
"name": "json",
|
|
755
|
+
"allowNo": false,
|
|
756
|
+
"type": "boolean"
|
|
757
|
+
},
|
|
758
|
+
"flags-dir": {
|
|
759
|
+
"helpGroup": "GLOBAL",
|
|
760
|
+
"name": "flags-dir",
|
|
761
|
+
"summary": "Import flag values from a directory.",
|
|
762
|
+
"hasDynamicHelp": false,
|
|
763
|
+
"multiple": false,
|
|
764
|
+
"type": "option"
|
|
765
|
+
},
|
|
766
|
+
"target-dev-hub": {
|
|
767
|
+
"aliases": [
|
|
768
|
+
"targetdevhubusername"
|
|
769
|
+
],
|
|
770
|
+
"char": "v",
|
|
771
|
+
"deprecateAliases": true,
|
|
772
|
+
"name": "target-dev-hub",
|
|
773
|
+
"noCacheDefault": true,
|
|
774
|
+
"required": true,
|
|
775
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
776
|
+
"hasDynamicHelp": true,
|
|
777
|
+
"multiple": false,
|
|
778
|
+
"type": "option"
|
|
779
|
+
},
|
|
780
|
+
"api-version": {
|
|
781
|
+
"aliases": [
|
|
782
|
+
"apiversion"
|
|
783
|
+
],
|
|
784
|
+
"deprecateAliases": true,
|
|
785
|
+
"description": "Override the api version used for api requests made by this command",
|
|
786
|
+
"name": "api-version",
|
|
787
|
+
"hasDynamicHelp": false,
|
|
788
|
+
"multiple": false,
|
|
789
|
+
"type": "option"
|
|
790
|
+
},
|
|
791
|
+
"loglevel": {
|
|
792
|
+
"deprecated": {
|
|
793
|
+
"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."
|
|
794
|
+
},
|
|
795
|
+
"hidden": true,
|
|
796
|
+
"name": "loglevel",
|
|
797
|
+
"hasDynamicHelp": false,
|
|
798
|
+
"multiple": false,
|
|
799
|
+
"type": "option"
|
|
800
|
+
},
|
|
801
|
+
"snapshot": {
|
|
802
|
+
"char": "s",
|
|
803
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
804
|
+
"name": "snapshot",
|
|
805
|
+
"required": true,
|
|
806
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
807
|
+
"hasDynamicHelp": false,
|
|
808
|
+
"multiple": false,
|
|
809
|
+
"type": "option"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"hasDynamicHelp": true,
|
|
813
|
+
"hiddenAliases": [],
|
|
814
|
+
"id": "org:get:snapshot",
|
|
815
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
816
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
817
|
+
"pluginType": "core",
|
|
818
|
+
"strict": true,
|
|
819
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
820
|
+
"enableJsonFlag": true,
|
|
821
|
+
"isESM": true,
|
|
822
|
+
"relativePath": [
|
|
823
|
+
"lib",
|
|
824
|
+
"commands",
|
|
825
|
+
"org",
|
|
826
|
+
"get",
|
|
827
|
+
"snapshot.js"
|
|
828
|
+
],
|
|
829
|
+
"aliasPermutations": [
|
|
830
|
+
"force:org:snapshot:get",
|
|
831
|
+
"org:force:snapshot:get",
|
|
832
|
+
"org:snapshot:force:get",
|
|
833
|
+
"org:snapshot:get:force",
|
|
834
|
+
"force:snapshot:org:get",
|
|
835
|
+
"snapshot:force:org:get",
|
|
836
|
+
"snapshot:org:force:get",
|
|
837
|
+
"snapshot:org:get:force",
|
|
838
|
+
"force:snapshot:get:org",
|
|
839
|
+
"snapshot:force:get:org",
|
|
840
|
+
"snapshot:get:force:org",
|
|
841
|
+
"snapshot:get:org:force",
|
|
842
|
+
"force:org:get:snapshot",
|
|
843
|
+
"org:force:get:snapshot",
|
|
844
|
+
"org:get:force:snapshot",
|
|
845
|
+
"org:get:snapshot:force",
|
|
846
|
+
"force:get:org:snapshot",
|
|
847
|
+
"get:force:org:snapshot",
|
|
848
|
+
"get:org:force:snapshot",
|
|
849
|
+
"get:org:snapshot:force",
|
|
850
|
+
"force:get:snapshot:org",
|
|
851
|
+
"get:force:snapshot:org",
|
|
852
|
+
"get:snapshot:force:org",
|
|
853
|
+
"get:snapshot:org:force"
|
|
854
|
+
],
|
|
855
|
+
"permutations": [
|
|
856
|
+
"org:get:snapshot",
|
|
857
|
+
"get:org:snapshot",
|
|
858
|
+
"get:snapshot:org",
|
|
859
|
+
"org:snapshot:get",
|
|
860
|
+
"snapshot:org:get",
|
|
861
|
+
"snapshot:get:org"
|
|
862
|
+
]
|
|
863
863
|
}
|
|
864
864
|
},
|
|
865
|
-
"version": "2.6.
|
|
865
|
+
"version": "2.6.60"
|
|
866
866
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.60",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.3.13",
|
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.3.49",
|
|
17
17
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.84",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
20
20
|
"@types/chai-as-promised": "^7.1.8",
|
|
21
21
|
"@types/chai-string": "^1.4.5",
|
|
@@ -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.60.crt",
|
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.60.sig"
|
|
225
225
|
}
|
|
226
226
|
}
|