@salesforce/plugin-org 4.1.5 → 4.1.6
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 +42 -56
- package/oclif.lock +43 -48
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/src/commands/org/resume/scratch.ts)_
|
|
1021
1021
|
|
|
1022
1022
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.6",
|
|
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.6",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.4",
|
|
13
13
|
"@salesforce/core": "^7.0.1",
|
|
14
14
|
"@salesforce/kit": "^3.1.1",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
16
|
-
"@salesforce/source-deploy-retrieve": "^11.
|
|
16
|
+
"@salesforce/source-deploy-retrieve": "^11.3.0",
|
|
17
17
|
"chalk": "^5.3.0",
|
|
18
18
|
"change-case": "^5.4.4",
|
|
19
19
|
"is-wsl": "^3.1.0",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
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
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
26
|
+
"@salesforce/plugin-command-reference": "^3.0.82",
|
|
27
27
|
"@salesforce/ts-sinon": "1.4.19",
|
|
28
28
|
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
29
29
|
"moment": "^2.30.1",
|
|
30
|
-
"oclif": "^4.
|
|
30
|
+
"oclif": "^4.9.0",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
|
-
"typescript": "^5.4.
|
|
32
|
+
"typescript": "^5.4.5"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": ">=18.0.0"
|
|
@@ -2539,28 +2539,28 @@
|
|
|
2539
2539
|
"license": "BSD-3-Clause"
|
|
2540
2540
|
},
|
|
2541
2541
|
"node_modules/@inquirer/confirm": {
|
|
2542
|
-
"version": "3.1.
|
|
2543
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.
|
|
2544
|
-
"integrity": "sha512-
|
|
2542
|
+
"version": "3.1.6",
|
|
2543
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.6.tgz",
|
|
2544
|
+
"integrity": "sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==",
|
|
2545
2545
|
"dev": true,
|
|
2546
2546
|
"license": "MIT",
|
|
2547
2547
|
"dependencies": {
|
|
2548
|
-
"@inquirer/core": "^8.0
|
|
2549
|
-
"@inquirer/type": "^1.3.
|
|
2548
|
+
"@inquirer/core": "^8.1.0",
|
|
2549
|
+
"@inquirer/type": "^1.3.1"
|
|
2550
2550
|
},
|
|
2551
2551
|
"engines": {
|
|
2552
2552
|
"node": ">=18"
|
|
2553
2553
|
}
|
|
2554
2554
|
},
|
|
2555
2555
|
"node_modules/@inquirer/confirm/node_modules/@inquirer/core": {
|
|
2556
|
-
"version": "8.0
|
|
2557
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.0.
|
|
2558
|
-
"integrity": "sha512-
|
|
2556
|
+
"version": "8.1.0",
|
|
2557
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz",
|
|
2558
|
+
"integrity": "sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==",
|
|
2559
2559
|
"dev": true,
|
|
2560
2560
|
"license": "MIT",
|
|
2561
2561
|
"dependencies": {
|
|
2562
2562
|
"@inquirer/figures": "^1.0.1",
|
|
2563
|
-
"@inquirer/type": "^1.3.
|
|
2563
|
+
"@inquirer/type": "^1.3.1",
|
|
2564
2564
|
"@types/mute-stream": "^0.0.4",
|
|
2565
2565
|
"@types/node": "^20.12.7",
|
|
2566
2566
|
"@types/wrap-ansi": "^3.0.0",
|
|
@@ -2578,9 +2578,9 @@
|
|
|
2578
2578
|
}
|
|
2579
2579
|
},
|
|
2580
2580
|
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
2581
|
-
"version": "1.3.
|
|
2582
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.
|
|
2583
|
-
"integrity": "sha512-
|
|
2581
|
+
"version": "1.3.1",
|
|
2582
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.1.tgz",
|
|
2583
|
+
"integrity": "sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==",
|
|
2584
2584
|
"dev": true,
|
|
2585
2585
|
"license": "MIT",
|
|
2586
2586
|
"engines": {
|
|
@@ -3755,16 +3755,16 @@
|
|
|
3755
3755
|
}
|
|
3756
3756
|
},
|
|
3757
3757
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3758
|
-
"version": "3.0.
|
|
3759
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
3760
|
-
"integrity": "sha512
|
|
3758
|
+
"version": "3.0.82",
|
|
3759
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.82.tgz",
|
|
3760
|
+
"integrity": "sha512-/XZoG9viDPmWeucz1cp0X7ePtx4UsaNZfRuw4hmRpya95P57MbGBilc+L2OAzISh9829OufC0TlbShr79aX8Sg==",
|
|
3761
3761
|
"dev": true,
|
|
3762
3762
|
"license": "BSD-3-Clause",
|
|
3763
3763
|
"dependencies": {
|
|
3764
|
-
"@oclif/core": "^3.26.
|
|
3765
|
-
"@salesforce/core": "^7.1
|
|
3766
|
-
"@salesforce/kit": "^3.1.
|
|
3767
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
3764
|
+
"@oclif/core": "^3.26.4",
|
|
3765
|
+
"@salesforce/core": "^7.3.1",
|
|
3766
|
+
"@salesforce/kit": "^3.1.1",
|
|
3767
|
+
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
3768
3768
|
"@salesforce/ts-types": "^2.0.9",
|
|
3769
3769
|
"chalk": "^5.3.0",
|
|
3770
3770
|
"debug": "^4.3.4",
|
|
@@ -3788,15 +3788,15 @@
|
|
|
3788
3788
|
"license": "ISC"
|
|
3789
3789
|
},
|
|
3790
3790
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3791
|
-
"version": "9.0.
|
|
3792
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
3793
|
-
"integrity": "sha512-
|
|
3791
|
+
"version": "9.0.5",
|
|
3792
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz",
|
|
3793
|
+
"integrity": "sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==",
|
|
3794
3794
|
"license": "BSD-3-Clause",
|
|
3795
3795
|
"dependencies": {
|
|
3796
3796
|
"@inquirer/confirm": "^2.0.17",
|
|
3797
3797
|
"@inquirer/password": "^1.1.16",
|
|
3798
|
-
"@oclif/core": "^3.26.
|
|
3799
|
-
"@salesforce/core": "^7.
|
|
3798
|
+
"@oclif/core": "^3.26.2",
|
|
3799
|
+
"@salesforce/core": "^7.3.0",
|
|
3800
3800
|
"@salesforce/kit": "^3.1.0",
|
|
3801
3801
|
"@salesforce/ts-types": "^2.0.9",
|
|
3802
3802
|
"chalk": "^5.3.0"
|
|
@@ -3836,9 +3836,9 @@
|
|
|
3836
3836
|
}
|
|
3837
3837
|
},
|
|
3838
3838
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
3839
|
-
"version": "11.
|
|
3840
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.
|
|
3841
|
-
"integrity": "sha512-
|
|
3839
|
+
"version": "11.3.0",
|
|
3840
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.3.0.tgz",
|
|
3841
|
+
"integrity": "sha512-NsiDL1i+CWXcCOGYtQtggrtJuFIr5zHdoyn5atcgFuHk2X9H7Czf3kletpvZh0D2T0CHy6Q9ktf+Vv/UjFmxPw==",
|
|
3842
3842
|
"license": "BSD-3-Clause",
|
|
3843
3843
|
"dependencies": {
|
|
3844
3844
|
"@salesforce/core": "^7.3.1",
|
|
@@ -11259,18 +11259,18 @@
|
|
|
11259
11259
|
}
|
|
11260
11260
|
},
|
|
11261
11261
|
"node_modules/oclif": {
|
|
11262
|
-
"version": "4.
|
|
11263
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
11264
|
-
"integrity": "sha512-
|
|
11262
|
+
"version": "4.9.0",
|
|
11263
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.9.0.tgz",
|
|
11264
|
+
"integrity": "sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==",
|
|
11265
11265
|
"dev": true,
|
|
11266
11266
|
"license": "MIT",
|
|
11267
11267
|
"dependencies": {
|
|
11268
11268
|
"@aws-sdk/client-cloudfront": "^3.535.0",
|
|
11269
11269
|
"@aws-sdk/client-s3": "^3.554.0",
|
|
11270
|
-
"@inquirer/confirm": "^3.1.
|
|
11270
|
+
"@inquirer/confirm": "^3.1.5",
|
|
11271
11271
|
"@inquirer/input": "^2.1.1",
|
|
11272
11272
|
"@inquirer/select": "^2.2.1",
|
|
11273
|
-
"@oclif/core": "^3.26.
|
|
11273
|
+
"@oclif/core": "^3.26.4",
|
|
11274
11274
|
"@oclif/plugin-help": "^6.0.21",
|
|
11275
11275
|
"@oclif/plugin-not-found": "^3.0.14",
|
|
11276
11276
|
"@oclif/plugin-warn-if-update-available": "^3.0.14",
|
|
@@ -11278,7 +11278,7 @@
|
|
|
11278
11278
|
"chalk": "^4",
|
|
11279
11279
|
"change-case": "^4",
|
|
11280
11280
|
"debug": "^4.3.3",
|
|
11281
|
-
"ejs": "^3.1.
|
|
11281
|
+
"ejs": "^3.1.10",
|
|
11282
11282
|
"find-yarn-workspace-root": "^2.0.0",
|
|
11283
11283
|
"fs-extra": "^8.1",
|
|
11284
11284
|
"github-slugger": "^1.5.0",
|
|
@@ -13668,20 +13668,6 @@
|
|
|
13668
13668
|
"node": ">=10"
|
|
13669
13669
|
}
|
|
13670
13670
|
},
|
|
13671
|
-
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
|
13672
|
-
"version": "5.4.5",
|
|
13673
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
13674
|
-
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
|
13675
|
-
"dev": true,
|
|
13676
|
-
"license": "Apache-2.0",
|
|
13677
|
-
"bin": {
|
|
13678
|
-
"tsc": "bin/tsc",
|
|
13679
|
-
"tsserver": "bin/tsserver"
|
|
13680
|
-
},
|
|
13681
|
-
"engines": {
|
|
13682
|
-
"node": ">=14.17"
|
|
13683
|
-
}
|
|
13684
|
-
},
|
|
13685
13671
|
"node_modules/ts-node": {
|
|
13686
13672
|
"version": "10.9.2",
|
|
13687
13673
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
|
@@ -13961,9 +13947,9 @@
|
|
|
13961
13947
|
}
|
|
13962
13948
|
},
|
|
13963
13949
|
"node_modules/typescript": {
|
|
13964
|
-
"version": "5.4.
|
|
13965
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
13966
|
-
"integrity": "sha512-
|
|
13950
|
+
"version": "5.4.5",
|
|
13951
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
13952
|
+
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
|
13967
13953
|
"dev": true,
|
|
13968
13954
|
"license": "Apache-2.0",
|
|
13969
13955
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1319,13 +1319,13 @@
|
|
|
1319
1319
|
"@inquirer/type" "^1.1.6"
|
|
1320
1320
|
chalk "^4.1.2"
|
|
1321
1321
|
|
|
1322
|
-
"@inquirer/confirm@^3.0.0", "@inquirer/confirm@^3.1.
|
|
1323
|
-
version "3.1.
|
|
1324
|
-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.
|
|
1325
|
-
integrity sha512-
|
|
1322
|
+
"@inquirer/confirm@^3.0.0", "@inquirer/confirm@^3.1.5":
|
|
1323
|
+
version "3.1.6"
|
|
1324
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.6.tgz#e2b6bdfb2bf307a93024dc5325080b7b750c6c3f"
|
|
1325
|
+
integrity sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==
|
|
1326
1326
|
dependencies:
|
|
1327
|
-
"@inquirer/core" "^8.0
|
|
1328
|
-
"@inquirer/type" "^1.3.
|
|
1327
|
+
"@inquirer/core" "^8.1.0"
|
|
1328
|
+
"@inquirer/type" "^1.3.1"
|
|
1329
1329
|
|
|
1330
1330
|
"@inquirer/core@^6.0.0":
|
|
1331
1331
|
version "6.0.0"
|
|
@@ -1366,13 +1366,13 @@
|
|
|
1366
1366
|
strip-ansi "^6.0.1"
|
|
1367
1367
|
wrap-ansi "^6.2.0"
|
|
1368
1368
|
|
|
1369
|
-
"@inquirer/core@^8.0
|
|
1370
|
-
version "8.0
|
|
1371
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.0.
|
|
1372
|
-
integrity sha512-
|
|
1369
|
+
"@inquirer/core@^8.1.0":
|
|
1370
|
+
version "8.1.0"
|
|
1371
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.1.0.tgz#ec8d298dbac1b850ffef8d918f8fe4f0848af91a"
|
|
1372
|
+
integrity sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==
|
|
1373
1373
|
dependencies:
|
|
1374
1374
|
"@inquirer/figures" "^1.0.1"
|
|
1375
|
-
"@inquirer/type" "^1.3.
|
|
1375
|
+
"@inquirer/type" "^1.3.1"
|
|
1376
1376
|
"@types/mute-stream" "^0.0.4"
|
|
1377
1377
|
"@types/node" "^20.12.7"
|
|
1378
1378
|
"@types/wrap-ansi" "^3.0.0"
|
|
@@ -1424,10 +1424,10 @@
|
|
|
1424
1424
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.1.tgz#fbc7ab3a2e5050d0c150642d5e8f5e88faa066b8"
|
|
1425
1425
|
integrity sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==
|
|
1426
1426
|
|
|
1427
|
-
"@inquirer/type@^1.3.
|
|
1428
|
-
version "1.3.
|
|
1429
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.
|
|
1430
|
-
integrity sha512-
|
|
1427
|
+
"@inquirer/type@^1.3.1":
|
|
1428
|
+
version "1.3.1"
|
|
1429
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.1.tgz#afb95ff78f44fff7e8a00e17d5820db6add2a076"
|
|
1430
|
+
integrity sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==
|
|
1431
1431
|
|
|
1432
1432
|
"@isaacs/cliui@^8.0.2":
|
|
1433
1433
|
version "8.0.2"
|
|
@@ -1637,7 +1637,7 @@
|
|
|
1637
1637
|
strip-ansi "6.0.1"
|
|
1638
1638
|
ts-retry-promise "^0.8.0"
|
|
1639
1639
|
|
|
1640
|
-
"@salesforce/core@^7.0.1", "@salesforce/core@^7.
|
|
1640
|
+
"@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
|
|
1641
1641
|
version "7.3.2"
|
|
1642
1642
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.2.tgz#429a859335efdc14d60b041bfa60fcde6c0c5e79"
|
|
1643
1643
|
integrity sha512-a5AQFlwZqSz9kqFb+m4ch5HjPapKX1TDoRm9RfdwGyhkBtiCH1lVjnkn6nmHmpOq0X9Sh+broRN3vgl9s5bRRg==
|
|
@@ -1705,15 +1705,15 @@
|
|
|
1705
1705
|
"@salesforce/ts-types" "^2.0.9"
|
|
1706
1706
|
tslib "^2.6.2"
|
|
1707
1707
|
|
|
1708
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1709
|
-
version "3.0.
|
|
1710
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1711
|
-
integrity sha512
|
|
1708
|
+
"@salesforce/plugin-command-reference@^3.0.82":
|
|
1709
|
+
version "3.0.82"
|
|
1710
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.82.tgz#9a016bedf57a88c50a5d868d794ce9c8ab26e2ec"
|
|
1711
|
+
integrity sha512-/XZoG9viDPmWeucz1cp0X7ePtx4UsaNZfRuw4hmRpya95P57MbGBilc+L2OAzISh9829OufC0TlbShr79aX8Sg==
|
|
1712
1712
|
dependencies:
|
|
1713
|
-
"@oclif/core" "^3.26.
|
|
1714
|
-
"@salesforce/core" "^7.1
|
|
1715
|
-
"@salesforce/kit" "^3.1.
|
|
1716
|
-
"@salesforce/sf-plugins-core" "^9.0.
|
|
1713
|
+
"@oclif/core" "^3.26.4"
|
|
1714
|
+
"@salesforce/core" "^7.3.1"
|
|
1715
|
+
"@salesforce/kit" "^3.1.1"
|
|
1716
|
+
"@salesforce/sf-plugins-core" "^9.0.5"
|
|
1717
1717
|
"@salesforce/ts-types" "^2.0.9"
|
|
1718
1718
|
chalk "^5.3.0"
|
|
1719
1719
|
debug "^4.3.4"
|
|
@@ -1729,23 +1729,23 @@
|
|
|
1729
1729
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1730
1730
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1731
1731
|
|
|
1732
|
-
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.
|
|
1733
|
-
version "9.0.
|
|
1734
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1735
|
-
integrity sha512-
|
|
1732
|
+
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.5":
|
|
1733
|
+
version "9.0.5"
|
|
1734
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz#34732af855a6b3205e89765a446ea01024cad227"
|
|
1735
|
+
integrity sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==
|
|
1736
1736
|
dependencies:
|
|
1737
1737
|
"@inquirer/confirm" "^2.0.17"
|
|
1738
1738
|
"@inquirer/password" "^1.1.16"
|
|
1739
|
-
"@oclif/core" "^3.26.
|
|
1740
|
-
"@salesforce/core" "^7.
|
|
1739
|
+
"@oclif/core" "^3.26.2"
|
|
1740
|
+
"@salesforce/core" "^7.3.0"
|
|
1741
1741
|
"@salesforce/kit" "^3.1.0"
|
|
1742
1742
|
"@salesforce/ts-types" "^2.0.9"
|
|
1743
1743
|
chalk "^5.3.0"
|
|
1744
1744
|
|
|
1745
|
-
"@salesforce/source-deploy-retrieve@^11.
|
|
1746
|
-
version "11.
|
|
1747
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.
|
|
1748
|
-
integrity sha512-
|
|
1745
|
+
"@salesforce/source-deploy-retrieve@^11.3.0":
|
|
1746
|
+
version "11.3.0"
|
|
1747
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.3.0.tgz#7487734f115fe8c92c432955b58116abc646c400"
|
|
1748
|
+
integrity sha512-NsiDL1i+CWXcCOGYtQtggrtJuFIr5zHdoyn5atcgFuHk2X9H7Czf3kletpvZh0D2T0CHy6Q9ktf+Vv/UjFmxPw==
|
|
1749
1749
|
dependencies:
|
|
1750
1750
|
"@salesforce/core" "^7.3.1"
|
|
1751
1751
|
"@salesforce/kit" "^3.1.1"
|
|
@@ -3777,7 +3777,7 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
3777
3777
|
dependencies:
|
|
3778
3778
|
safe-buffer "^5.0.1"
|
|
3779
3779
|
|
|
3780
|
-
ejs@^3.1.10
|
|
3780
|
+
ejs@^3.1.10:
|
|
3781
3781
|
version "3.1.10"
|
|
3782
3782
|
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
|
|
3783
3783
|
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
@@ -6215,17 +6215,17 @@ object.values@^1.1.7:
|
|
|
6215
6215
|
define-properties "^1.2.0"
|
|
6216
6216
|
es-abstract "^1.22.1"
|
|
6217
6217
|
|
|
6218
|
-
oclif@^4.
|
|
6219
|
-
version "4.
|
|
6220
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
6221
|
-
integrity sha512-
|
|
6218
|
+
oclif@^4.9.0:
|
|
6219
|
+
version "4.9.0"
|
|
6220
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.9.0.tgz#6519161de69b58559c2483b9ff81dd16ecffdb4e"
|
|
6221
|
+
integrity sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==
|
|
6222
6222
|
dependencies:
|
|
6223
6223
|
"@aws-sdk/client-cloudfront" "^3.535.0"
|
|
6224
6224
|
"@aws-sdk/client-s3" "^3.554.0"
|
|
6225
|
-
"@inquirer/confirm" "^3.1.
|
|
6225
|
+
"@inquirer/confirm" "^3.1.5"
|
|
6226
6226
|
"@inquirer/input" "^2.1.1"
|
|
6227
6227
|
"@inquirer/select" "^2.2.1"
|
|
6228
|
-
"@oclif/core" "^3.26.
|
|
6228
|
+
"@oclif/core" "^3.26.4"
|
|
6229
6229
|
"@oclif/plugin-help" "^6.0.21"
|
|
6230
6230
|
"@oclif/plugin-not-found" "^3.0.14"
|
|
6231
6231
|
"@oclif/plugin-warn-if-update-available" "^3.0.14"
|
|
@@ -6233,7 +6233,7 @@ oclif@^4.8.5:
|
|
|
6233
6233
|
chalk "^4"
|
|
6234
6234
|
change-case "^4"
|
|
6235
6235
|
debug "^4.3.3"
|
|
6236
|
-
ejs "^3.1.
|
|
6236
|
+
ejs "^3.1.10"
|
|
6237
6237
|
find-yarn-workspace-root "^2.0.0"
|
|
6238
6238
|
fs-extra "^8.1"
|
|
6239
6239
|
github-slugger "^1.5.0"
|
|
@@ -7710,12 +7710,7 @@ typedoc@^0.25.12:
|
|
|
7710
7710
|
minimatch "^9.0.3"
|
|
7711
7711
|
shiki "^0.14.7"
|
|
7712
7712
|
|
|
7713
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3:
|
|
7714
|
-
version "5.4.4"
|
|
7715
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
|
|
7716
|
-
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
|
|
7717
|
-
|
|
7718
|
-
typescript@~5.4.2:
|
|
7713
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
|
|
7719
7714
|
version "5.4.5"
|
|
7720
7715
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
|
7721
7716
|
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@salesforce/core": "^7.0.1",
|
|
10
10
|
"@salesforce/kit": "^3.1.1",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
12
|
-
"@salesforce/source-deploy-retrieve": "^11.
|
|
12
|
+
"@salesforce/source-deploy-retrieve": "^11.3.0",
|
|
13
13
|
"chalk": "^5.3.0",
|
|
14
14
|
"change-case": "^5.4.4",
|
|
15
15
|
"is-wsl": "^3.1.0",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
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
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.0.82",
|
|
23
23
|
"@salesforce/ts-sinon": "1.4.19",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
25
25
|
"moment": "^2.30.1",
|
|
26
|
-
"oclif": "^4.
|
|
26
|
+
"oclif": "^4.9.0",
|
|
27
27
|
"ts-node": "^10.9.2",
|
|
28
|
-
"typescript": "^5.4.
|
|
28
|
+
"typescript": "^5.4.5"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=18.0.0"
|
|
@@ -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.6.crt",
|
|
239
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.6.sig"
|
|
240
240
|
}
|
|
241
241
|
}
|