@salesforce/plugin-org 4.1.2 → 4.1.3
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 +14 -14
- package/npm-shrinkwrap.json +11 -199
- package/oclif.lock +10 -44
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -229,7 +229,7 @@ FLAG DESCRIPTIONS
|
|
|
229
229
|
sandbox.
|
|
230
230
|
```
|
|
231
231
|
|
|
232
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
232
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/create/sandbox.ts)_
|
|
233
233
|
|
|
234
234
|
## `sf org create scratch`
|
|
235
235
|
|
|
@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
|
|
|
383
383
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
384
384
|
```
|
|
385
385
|
|
|
386
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
386
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/create/scratch.ts)_
|
|
387
387
|
|
|
388
388
|
## `sf org delete sandbox`
|
|
389
389
|
|
|
@@ -428,7 +428,7 @@ EXAMPLES
|
|
|
428
428
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
429
429
|
```
|
|
430
430
|
|
|
431
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
431
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/delete/sandbox.ts)_
|
|
432
432
|
|
|
433
433
|
## `sf org delete scratch`
|
|
434
434
|
|
|
@@ -471,7 +471,7 @@ EXAMPLES
|
|
|
471
471
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
472
472
|
```
|
|
473
473
|
|
|
474
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
474
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/delete/scratch.ts)_
|
|
475
475
|
|
|
476
476
|
## `sf org disable tracking`
|
|
477
477
|
|
|
@@ -510,7 +510,7 @@ EXAMPLES
|
|
|
510
510
|
$ sf org disable tracking
|
|
511
511
|
```
|
|
512
512
|
|
|
513
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
513
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/disable/tracking.ts)_
|
|
514
514
|
|
|
515
515
|
## `sf org display`
|
|
516
516
|
|
|
@@ -555,7 +555,7 @@ EXAMPLES
|
|
|
555
555
|
$ sf org display --target-org TestOrg1 --verbose
|
|
556
556
|
```
|
|
557
557
|
|
|
558
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
558
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/display.ts)_
|
|
559
559
|
|
|
560
560
|
## `sf org enable tracking`
|
|
561
561
|
|
|
@@ -597,7 +597,7 @@ EXAMPLES
|
|
|
597
597
|
$ sf org enable tracking
|
|
598
598
|
```
|
|
599
599
|
|
|
600
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
600
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/enable/tracking.ts)_
|
|
601
601
|
|
|
602
602
|
## `sf org list`
|
|
603
603
|
|
|
@@ -636,7 +636,7 @@ EXAMPLES
|
|
|
636
636
|
$ sf org list --clean
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
639
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/list.ts)_
|
|
640
640
|
|
|
641
641
|
## `sf org list metadata`
|
|
642
642
|
|
|
@@ -703,7 +703,7 @@ FLAG DESCRIPTIONS
|
|
|
703
703
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
704
704
|
```
|
|
705
705
|
|
|
706
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
706
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/list/metadata.ts)_
|
|
707
707
|
|
|
708
708
|
## `sf org list metadata-types`
|
|
709
709
|
|
|
@@ -758,7 +758,7 @@ FLAG DESCRIPTIONS
|
|
|
758
758
|
Override the api version used for api requests made by this command
|
|
759
759
|
```
|
|
760
760
|
|
|
761
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
761
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/list/metadata-types.ts)_
|
|
762
762
|
|
|
763
763
|
## `sf org open`
|
|
764
764
|
|
|
@@ -830,7 +830,7 @@ EXAMPLES
|
|
|
830
830
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
831
831
|
```
|
|
832
832
|
|
|
833
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
833
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/open.ts)_
|
|
834
834
|
|
|
835
835
|
## `sf org refresh sandbox`
|
|
836
836
|
|
|
@@ -907,7 +907,7 @@ FLAG DESCRIPTIONS
|
|
|
907
907
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
908
908
|
```
|
|
909
909
|
|
|
910
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
910
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/refresh/sandbox.ts)_
|
|
911
911
|
|
|
912
912
|
## `sf org resume sandbox`
|
|
913
913
|
|
|
@@ -970,7 +970,7 @@ FLAG DESCRIPTIONS
|
|
|
970
970
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
971
971
|
```
|
|
972
972
|
|
|
973
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
973
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/resume/sandbox.ts)_
|
|
974
974
|
|
|
975
975
|
## `sf org resume scratch`
|
|
976
976
|
|
|
@@ -1017,6 +1017,6 @@ FLAG DESCRIPTIONS
|
|
|
1017
1017
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
1018
1018
|
```
|
|
1019
1019
|
|
|
1020
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
1020
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/resume/scratch.ts)_
|
|
1021
1021
|
|
|
1022
1022
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-org",
|
|
9
|
-
"version": "4.1.
|
|
9
|
+
"version": "4.1.3",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.4",
|
|
13
13
|
"@salesforce/core": "^7.0.1",
|
|
14
|
-
"@salesforce/kit": "^3.1.
|
|
14
|
+
"@salesforce/kit": "^3.1.1",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
16
16
|
"@salesforce/source-deploy-retrieve": "^11.0.0",
|
|
17
17
|
"chalk": "^5.3.0",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"open": "^10.1.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
23
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
24
24
|
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
|
25
25
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
26
26
|
"@salesforce/plugin-command-reference": "^3.0.76",
|
|
@@ -3353,13 +3353,13 @@
|
|
|
3353
3353
|
}
|
|
3354
3354
|
},
|
|
3355
3355
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3356
|
-
"version": "5.1.
|
|
3357
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3358
|
-
"integrity": "sha512-
|
|
3356
|
+
"version": "5.1.7",
|
|
3357
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz",
|
|
3358
|
+
"integrity": "sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==",
|
|
3359
3359
|
"dev": true,
|
|
3360
3360
|
"license": "MIT",
|
|
3361
3361
|
"dependencies": {
|
|
3362
|
-
"@oclif/core": "3.26.
|
|
3362
|
+
"@oclif/core": "3.26.4",
|
|
3363
3363
|
"@types/lodash.difference": "^4.5.9",
|
|
3364
3364
|
"chalk": "^5.3.0",
|
|
3365
3365
|
"globby": "^14.0.1",
|
|
@@ -3374,117 +3374,6 @@
|
|
|
3374
3374
|
"node": ">=18.0.0"
|
|
3375
3375
|
}
|
|
3376
3376
|
},
|
|
3377
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3378
|
-
"version": "3.26.0",
|
|
3379
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
3380
|
-
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
3381
|
-
"dev": true,
|
|
3382
|
-
"license": "MIT",
|
|
3383
|
-
"dependencies": {
|
|
3384
|
-
"@types/cli-progress": "^3.11.5",
|
|
3385
|
-
"ansi-escapes": "^4.3.2",
|
|
3386
|
-
"ansi-styles": "^4.3.0",
|
|
3387
|
-
"cardinal": "^2.1.1",
|
|
3388
|
-
"chalk": "^4.1.2",
|
|
3389
|
-
"clean-stack": "^3.0.1",
|
|
3390
|
-
"cli-progress": "^3.12.0",
|
|
3391
|
-
"color": "^4.2.3",
|
|
3392
|
-
"debug": "^4.3.4",
|
|
3393
|
-
"ejs": "^3.1.9",
|
|
3394
|
-
"get-package-type": "^0.1.0",
|
|
3395
|
-
"globby": "^11.1.0",
|
|
3396
|
-
"hyperlinker": "^1.0.0",
|
|
3397
|
-
"indent-string": "^4.0.0",
|
|
3398
|
-
"is-wsl": "^2.2.0",
|
|
3399
|
-
"js-yaml": "^3.14.1",
|
|
3400
|
-
"minimatch": "^9.0.3",
|
|
3401
|
-
"natural-orderby": "^2.0.3",
|
|
3402
|
-
"object-treeify": "^1.1.33",
|
|
3403
|
-
"password-prompt": "^1.1.3",
|
|
3404
|
-
"slice-ansi": "^4.0.0",
|
|
3405
|
-
"string-width": "^4.2.3",
|
|
3406
|
-
"strip-ansi": "^6.0.1",
|
|
3407
|
-
"supports-color": "^8.1.1",
|
|
3408
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3409
|
-
"widest-line": "^3.1.0",
|
|
3410
|
-
"wordwrap": "^1.0.0",
|
|
3411
|
-
"wrap-ansi": "^7.0.0"
|
|
3412
|
-
},
|
|
3413
|
-
"engines": {
|
|
3414
|
-
"node": ">=18.0.0"
|
|
3415
|
-
}
|
|
3416
|
-
},
|
|
3417
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3418
|
-
"version": "4.1.2",
|
|
3419
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3420
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3421
|
-
"dev": true,
|
|
3422
|
-
"license": "MIT",
|
|
3423
|
-
"dependencies": {
|
|
3424
|
-
"ansi-styles": "^4.1.0",
|
|
3425
|
-
"supports-color": "^7.1.0"
|
|
3426
|
-
},
|
|
3427
|
-
"engines": {
|
|
3428
|
-
"node": ">=10"
|
|
3429
|
-
},
|
|
3430
|
-
"funding": {
|
|
3431
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3432
|
-
}
|
|
3433
|
-
},
|
|
3434
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3435
|
-
"version": "7.2.0",
|
|
3436
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3437
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3438
|
-
"dev": true,
|
|
3439
|
-
"license": "MIT",
|
|
3440
|
-
"dependencies": {
|
|
3441
|
-
"has-flag": "^4.0.0"
|
|
3442
|
-
},
|
|
3443
|
-
"engines": {
|
|
3444
|
-
"node": ">=8"
|
|
3445
|
-
}
|
|
3446
|
-
},
|
|
3447
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3448
|
-
"version": "11.1.0",
|
|
3449
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3450
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3451
|
-
"dev": true,
|
|
3452
|
-
"license": "MIT",
|
|
3453
|
-
"dependencies": {
|
|
3454
|
-
"array-union": "^2.1.0",
|
|
3455
|
-
"dir-glob": "^3.0.1",
|
|
3456
|
-
"fast-glob": "^3.2.9",
|
|
3457
|
-
"ignore": "^5.2.0",
|
|
3458
|
-
"merge2": "^1.4.1",
|
|
3459
|
-
"slash": "^3.0.0"
|
|
3460
|
-
},
|
|
3461
|
-
"engines": {
|
|
3462
|
-
"node": ">=10"
|
|
3463
|
-
},
|
|
3464
|
-
"funding": {
|
|
3465
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3466
|
-
}
|
|
3467
|
-
},
|
|
3468
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3469
|
-
"version": "3.0.0",
|
|
3470
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3471
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3472
|
-
"dev": true,
|
|
3473
|
-
"license": "MIT",
|
|
3474
|
-
"engines": {
|
|
3475
|
-
"node": ">=8"
|
|
3476
|
-
}
|
|
3477
|
-
},
|
|
3478
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3479
|
-
"version": "1.0.10",
|
|
3480
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3481
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3482
|
-
"dev": true,
|
|
3483
|
-
"license": "MIT",
|
|
3484
|
-
"dependencies": {
|
|
3485
|
-
"sprintf-js": "~1.0.2"
|
|
3486
|
-
}
|
|
3487
|
-
},
|
|
3488
3377
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3489
3378
|
"version": "14.0.1",
|
|
3490
3379
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -3506,49 +3395,6 @@
|
|
|
3506
3395
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3507
3396
|
}
|
|
3508
3397
|
},
|
|
3509
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/is-wsl": {
|
|
3510
|
-
"version": "2.2.0",
|
|
3511
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
3512
|
-
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
3513
|
-
"dev": true,
|
|
3514
|
-
"license": "MIT",
|
|
3515
|
-
"dependencies": {
|
|
3516
|
-
"is-docker": "^2.0.0"
|
|
3517
|
-
},
|
|
3518
|
-
"engines": {
|
|
3519
|
-
"node": ">=8"
|
|
3520
|
-
}
|
|
3521
|
-
},
|
|
3522
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3523
|
-
"version": "3.14.1",
|
|
3524
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3525
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3526
|
-
"dev": true,
|
|
3527
|
-
"license": "MIT",
|
|
3528
|
-
"dependencies": {
|
|
3529
|
-
"argparse": "^1.0.7",
|
|
3530
|
-
"esprima": "^4.0.0"
|
|
3531
|
-
},
|
|
3532
|
-
"bin": {
|
|
3533
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3534
|
-
}
|
|
3535
|
-
},
|
|
3536
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3537
|
-
"version": "9.0.4",
|
|
3538
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3539
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3540
|
-
"dev": true,
|
|
3541
|
-
"license": "ISC",
|
|
3542
|
-
"dependencies": {
|
|
3543
|
-
"brace-expansion": "^2.0.1"
|
|
3544
|
-
},
|
|
3545
|
-
"engines": {
|
|
3546
|
-
"node": ">=16 || 14 >=14.17"
|
|
3547
|
-
},
|
|
3548
|
-
"funding": {
|
|
3549
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3550
|
-
}
|
|
3551
|
-
},
|
|
3552
3398
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3553
3399
|
"version": "5.0.0",
|
|
3554
3400
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3575,40 +3421,6 @@
|
|
|
3575
3421
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3576
3422
|
}
|
|
3577
3423
|
},
|
|
3578
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3579
|
-
"version": "8.1.1",
|
|
3580
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3581
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3582
|
-
"dev": true,
|
|
3583
|
-
"license": "MIT",
|
|
3584
|
-
"dependencies": {
|
|
3585
|
-
"has-flag": "^4.0.0"
|
|
3586
|
-
},
|
|
3587
|
-
"engines": {
|
|
3588
|
-
"node": ">=10"
|
|
3589
|
-
},
|
|
3590
|
-
"funding": {
|
|
3591
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3592
|
-
}
|
|
3593
|
-
},
|
|
3594
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
3595
|
-
"version": "7.0.0",
|
|
3596
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3597
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3598
|
-
"dev": true,
|
|
3599
|
-
"license": "MIT",
|
|
3600
|
-
"dependencies": {
|
|
3601
|
-
"ansi-styles": "^4.0.0",
|
|
3602
|
-
"string-width": "^4.1.0",
|
|
3603
|
-
"strip-ansi": "^6.0.0"
|
|
3604
|
-
},
|
|
3605
|
-
"engines": {
|
|
3606
|
-
"node": ">=10"
|
|
3607
|
-
},
|
|
3608
|
-
"funding": {
|
|
3609
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3610
|
-
}
|
|
3611
|
-
},
|
|
3612
3424
|
"node_modules/@oclif/plugin-help": {
|
|
3613
3425
|
"version": "6.0.21",
|
|
3614
3426
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
|
@@ -3933,9 +3745,9 @@
|
|
|
3933
3745
|
}
|
|
3934
3746
|
},
|
|
3935
3747
|
"node_modules/@salesforce/kit": {
|
|
3936
|
-
"version": "3.1.
|
|
3937
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
|
3938
|
-
"integrity": "sha512-
|
|
3748
|
+
"version": "3.1.1",
|
|
3749
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.1.tgz",
|
|
3750
|
+
"integrity": "sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==",
|
|
3939
3751
|
"license": "BSD-3-Clause",
|
|
3940
3752
|
"dependencies": {
|
|
3941
3753
|
"@salesforce/ts-types": "^2.0.9",
|
package/oclif.lock
CHANGED
|
@@ -1538,41 +1538,7 @@
|
|
|
1538
1538
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1539
1539
|
fastq "^1.6.0"
|
|
1540
1540
|
|
|
1541
|
-
"@oclif/core@3.26.0":
|
|
1542
|
-
version "3.26.0"
|
|
1543
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1544
|
-
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
1545
|
-
dependencies:
|
|
1546
|
-
"@types/cli-progress" "^3.11.5"
|
|
1547
|
-
ansi-escapes "^4.3.2"
|
|
1548
|
-
ansi-styles "^4.3.0"
|
|
1549
|
-
cardinal "^2.1.1"
|
|
1550
|
-
chalk "^4.1.2"
|
|
1551
|
-
clean-stack "^3.0.1"
|
|
1552
|
-
cli-progress "^3.12.0"
|
|
1553
|
-
color "^4.2.3"
|
|
1554
|
-
debug "^4.3.4"
|
|
1555
|
-
ejs "^3.1.9"
|
|
1556
|
-
get-package-type "^0.1.0"
|
|
1557
|
-
globby "^11.1.0"
|
|
1558
|
-
hyperlinker "^1.0.0"
|
|
1559
|
-
indent-string "^4.0.0"
|
|
1560
|
-
is-wsl "^2.2.0"
|
|
1561
|
-
js-yaml "^3.14.1"
|
|
1562
|
-
minimatch "^9.0.3"
|
|
1563
|
-
natural-orderby "^2.0.3"
|
|
1564
|
-
object-treeify "^1.1.33"
|
|
1565
|
-
password-prompt "^1.1.3"
|
|
1566
|
-
slice-ansi "^4.0.0"
|
|
1567
|
-
string-width "^4.2.3"
|
|
1568
|
-
strip-ansi "^6.0.1"
|
|
1569
|
-
supports-color "^8.1.1"
|
|
1570
|
-
supports-hyperlinks "^2.2.0"
|
|
1571
|
-
widest-line "^3.1.0"
|
|
1572
|
-
wordwrap "^1.0.0"
|
|
1573
|
-
wrap-ansi "^7.0.0"
|
|
1574
|
-
|
|
1575
|
-
"@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
|
|
1541
|
+
"@oclif/core@3.26.4", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
|
|
1576
1542
|
version "3.26.4"
|
|
1577
1543
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1578
1544
|
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
@@ -1606,12 +1572,12 @@
|
|
|
1606
1572
|
wordwrap "^1.0.0"
|
|
1607
1573
|
wrap-ansi "^7.0.0"
|
|
1608
1574
|
|
|
1609
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1610
|
-
version "5.1.
|
|
1611
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1612
|
-
integrity sha512-
|
|
1575
|
+
"@oclif/plugin-command-snapshot@^5.1.7":
|
|
1576
|
+
version "5.1.7"
|
|
1577
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
|
|
1578
|
+
integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
|
|
1613
1579
|
dependencies:
|
|
1614
|
-
"@oclif/core" "3.26.
|
|
1580
|
+
"@oclif/core" "3.26.4"
|
|
1615
1581
|
"@types/lodash.difference" "^4.5.9"
|
|
1616
1582
|
chalk "^5.3.0"
|
|
1617
1583
|
globby "^14.0.1"
|
|
@@ -1731,10 +1697,10 @@
|
|
|
1731
1697
|
typescript "^5.4.3"
|
|
1732
1698
|
wireit "^0.14.4"
|
|
1733
1699
|
|
|
1734
|
-
"@salesforce/kit@^3.1.0":
|
|
1735
|
-
version "3.1.
|
|
1736
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.
|
|
1737
|
-
integrity sha512-
|
|
1700
|
+
"@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1":
|
|
1701
|
+
version "3.1.1"
|
|
1702
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.1.tgz#d2147a50887214763cdf1c456d306b6da554d928"
|
|
1703
|
+
integrity sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==
|
|
1738
1704
|
dependencies:
|
|
1739
1705
|
"@salesforce/ts-types" "^2.0.9"
|
|
1740
1706
|
tslib "^2.6.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.26.4",
|
|
9
9
|
"@salesforce/core": "^7.0.1",
|
|
10
|
-
"@salesforce/kit": "^3.1.
|
|
10
|
+
"@salesforce/kit": "^3.1.1",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
12
12
|
"@salesforce/source-deploy-retrieve": "^11.0.0",
|
|
13
13
|
"chalk": "^5.3.0",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"open": "^10.1.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
|
21
21
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.76",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"exports": "./lib/index.js",
|
|
236
236
|
"type": "module",
|
|
237
237
|
"sfdx": {
|
|
238
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.
|
|
239
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.
|
|
238
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.3.crt",
|
|
239
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.3.sig"
|
|
240
240
|
}
|
|
241
241
|
}
|