@salesforce/plugin-org 4.1.3 → 4.1.5
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 +62 -28
- package/oclif.lock +36 -29
- 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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5",
|
|
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.5",
|
|
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.1.2",
|
|
17
17
|
"chalk": "^5.3.0",
|
|
18
18
|
"change-case": "^5.4.4",
|
|
19
19
|
"is-wsl": "^3.1.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
26
26
|
"@salesforce/plugin-command-reference": "^3.0.76",
|
|
27
27
|
"@salesforce/ts-sinon": "1.4.19",
|
|
28
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
28
|
+
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
29
29
|
"moment": "^2.30.1",
|
|
30
30
|
"oclif": "^4.8.5",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
@@ -3600,13 +3600,13 @@
|
|
|
3600
3600
|
}
|
|
3601
3601
|
},
|
|
3602
3602
|
"node_modules/@salesforce/core": {
|
|
3603
|
-
"version": "7.2
|
|
3604
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.
|
|
3605
|
-
"integrity": "sha512-
|
|
3603
|
+
"version": "7.3.2",
|
|
3604
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.2.tgz",
|
|
3605
|
+
"integrity": "sha512-a5AQFlwZqSz9kqFb+m4ch5HjPapKX1TDoRm9RfdwGyhkBtiCH1lVjnkn6nmHmpOq0X9Sh+broRN3vgl9s5bRRg==",
|
|
3606
3606
|
"license": "BSD-3-Clause",
|
|
3607
3607
|
"dependencies": {
|
|
3608
3608
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
3609
|
-
"@salesforce/kit": "^3.1.
|
|
3609
|
+
"@salesforce/kit": "^3.1.1",
|
|
3610
3610
|
"@salesforce/schemas": "^1.7.0",
|
|
3611
3611
|
"@salesforce/ts-types": "^2.0.9",
|
|
3612
3612
|
"ajv": "^8.12.0",
|
|
@@ -3616,7 +3616,7 @@
|
|
|
3616
3616
|
"js2xmlparser": "^4.0.1",
|
|
3617
3617
|
"jsonwebtoken": "9.0.2",
|
|
3618
3618
|
"jszip": "3.10.1",
|
|
3619
|
-
"pino": "^8.
|
|
3619
|
+
"pino": "^8.21.0",
|
|
3620
3620
|
"pino-abstract-transport": "^1.1.0",
|
|
3621
3621
|
"pino-pretty": "^10.3.1",
|
|
3622
3622
|
"proper-lockfile": "^4.1.2",
|
|
@@ -3836,13 +3836,13 @@
|
|
|
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.1.2",
|
|
3840
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.1.2.tgz",
|
|
3841
|
+
"integrity": "sha512-QhRft7U/XMBDaZTbzacbHH4sapTW/d25V3Hiwua2lg/Ce6hEj/5w6l8LlO5UAyRpRMaMy2LfaTRygu+rT3AS8g==",
|
|
3842
3842
|
"license": "BSD-3-Clause",
|
|
3843
3843
|
"dependencies": {
|
|
3844
|
-
"@salesforce/core": "^7.
|
|
3845
|
-
"@salesforce/kit": "^3.1.
|
|
3844
|
+
"@salesforce/core": "^7.3.1",
|
|
3845
|
+
"@salesforce/kit": "^3.1.1",
|
|
3846
3846
|
"@salesforce/ts-types": "^2.0.9",
|
|
3847
3847
|
"fast-levenshtein": "^3.0.0",
|
|
3848
3848
|
"fast-xml-parser": "^4.3.6",
|
|
@@ -3852,8 +3852,7 @@
|
|
|
3852
3852
|
"jszip": "^3.10.1",
|
|
3853
3853
|
"mime": "2.6.0",
|
|
3854
3854
|
"minimatch": "^5.1.6",
|
|
3855
|
-
"proxy-agent": "^6.4.0"
|
|
3856
|
-
"ts-retry-promise": "^0.7.1"
|
|
3855
|
+
"proxy-agent": "^6.4.0"
|
|
3857
3856
|
},
|
|
3858
3857
|
"engines": {
|
|
3859
3858
|
"node": ">=18.0.0"
|
|
@@ -7531,13 +7530,13 @@
|
|
|
7531
7530
|
}
|
|
7532
7531
|
},
|
|
7533
7532
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7534
|
-
"version": "1.18.
|
|
7535
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
7536
|
-
"integrity": "sha512-
|
|
7533
|
+
"version": "1.18.2",
|
|
7534
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz",
|
|
7535
|
+
"integrity": "sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw==",
|
|
7537
7536
|
"dev": true,
|
|
7538
7537
|
"license": "BSD-3-Clause",
|
|
7539
7538
|
"dependencies": {
|
|
7540
|
-
"@salesforce/core": "^7.
|
|
7539
|
+
"@salesforce/core": "^7.3.0",
|
|
7541
7540
|
"@typescript-eslint/utils": "^6.17.0"
|
|
7542
7541
|
},
|
|
7543
7542
|
"engines": {
|
|
@@ -11861,22 +11860,22 @@
|
|
|
11861
11860
|
}
|
|
11862
11861
|
},
|
|
11863
11862
|
"node_modules/pino": {
|
|
11864
|
-
"version": "8.
|
|
11865
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.
|
|
11866
|
-
"integrity": "sha512-
|
|
11863
|
+
"version": "8.21.0",
|
|
11864
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz",
|
|
11865
|
+
"integrity": "sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==",
|
|
11867
11866
|
"license": "MIT",
|
|
11868
11867
|
"dependencies": {
|
|
11869
11868
|
"atomic-sleep": "^1.0.0",
|
|
11870
11869
|
"fast-redact": "^3.1.1",
|
|
11871
11870
|
"on-exit-leak-free": "^2.1.0",
|
|
11872
|
-
"pino-abstract-transport": "
|
|
11871
|
+
"pino-abstract-transport": "^1.2.0",
|
|
11873
11872
|
"pino-std-serializers": "^6.0.0",
|
|
11874
11873
|
"process-warning": "^3.0.0",
|
|
11875
11874
|
"quick-format-unescaped": "^4.0.3",
|
|
11876
11875
|
"real-require": "^0.2.0",
|
|
11877
11876
|
"safe-stable-stringify": "^2.3.1",
|
|
11878
11877
|
"sonic-boom": "^3.7.0",
|
|
11879
|
-
"thread-stream": "^2.
|
|
11878
|
+
"thread-stream": "^2.6.0"
|
|
11880
11879
|
},
|
|
11881
11880
|
"bin": {
|
|
11882
11881
|
"pino": "bin.js"
|
|
@@ -11964,6 +11963,41 @@
|
|
|
11964
11963
|
"integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==",
|
|
11965
11964
|
"license": "MIT"
|
|
11966
11965
|
},
|
|
11966
|
+
"node_modules/pino/node_modules/pino-abstract-transport": {
|
|
11967
|
+
"version": "1.2.0",
|
|
11968
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
11969
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
11970
|
+
"license": "MIT",
|
|
11971
|
+
"dependencies": {
|
|
11972
|
+
"readable-stream": "^4.0.0",
|
|
11973
|
+
"split2": "^4.0.0"
|
|
11974
|
+
}
|
|
11975
|
+
},
|
|
11976
|
+
"node_modules/pino/node_modules/readable-stream": {
|
|
11977
|
+
"version": "4.5.2",
|
|
11978
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
11979
|
+
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
11980
|
+
"license": "MIT",
|
|
11981
|
+
"dependencies": {
|
|
11982
|
+
"abort-controller": "^3.0.0",
|
|
11983
|
+
"buffer": "^6.0.3",
|
|
11984
|
+
"events": "^3.3.0",
|
|
11985
|
+
"process": "^0.11.10",
|
|
11986
|
+
"string_decoder": "^1.3.0"
|
|
11987
|
+
},
|
|
11988
|
+
"engines": {
|
|
11989
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11990
|
+
}
|
|
11991
|
+
},
|
|
11992
|
+
"node_modules/pino/node_modules/split2": {
|
|
11993
|
+
"version": "4.2.0",
|
|
11994
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
11995
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
11996
|
+
"license": "ISC",
|
|
11997
|
+
"engines": {
|
|
11998
|
+
"node": ">= 10.x"
|
|
11999
|
+
}
|
|
12000
|
+
},
|
|
11967
12001
|
"node_modules/pkg-dir": {
|
|
11968
12002
|
"version": "4.2.0",
|
|
11969
12003
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
|
@@ -13479,9 +13513,9 @@
|
|
|
13479
13513
|
"license": "MIT"
|
|
13480
13514
|
},
|
|
13481
13515
|
"node_modules/thread-stream": {
|
|
13482
|
-
"version": "2.
|
|
13483
|
-
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.
|
|
13484
|
-
"integrity": "sha512-
|
|
13516
|
+
"version": "2.7.0",
|
|
13517
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz",
|
|
13518
|
+
"integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==",
|
|
13485
13519
|
"license": "MIT",
|
|
13486
13520
|
"dependencies": {
|
|
13487
13521
|
"real-require": "^0.2.0"
|
package/oclif.lock
CHANGED
|
@@ -1637,13 +1637,13 @@
|
|
|
1637
1637
|
strip-ansi "6.0.1"
|
|
1638
1638
|
ts-retry-promise "^0.8.0"
|
|
1639
1639
|
|
|
1640
|
-
"@salesforce/core@^7.0.
|
|
1641
|
-
version "7.2
|
|
1642
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.2.
|
|
1643
|
-
integrity sha512-
|
|
1640
|
+
"@salesforce/core@^7.0.1", "@salesforce/core@^7.1.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
|
|
1641
|
+
version "7.3.2"
|
|
1642
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.2.tgz#429a859335efdc14d60b041bfa60fcde6c0c5e79"
|
|
1643
|
+
integrity sha512-a5AQFlwZqSz9kqFb+m4ch5HjPapKX1TDoRm9RfdwGyhkBtiCH1lVjnkn6nmHmpOq0X9Sh+broRN3vgl9s5bRRg==
|
|
1644
1644
|
dependencies:
|
|
1645
1645
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1646
|
-
"@salesforce/kit" "^3.1.
|
|
1646
|
+
"@salesforce/kit" "^3.1.1"
|
|
1647
1647
|
"@salesforce/schemas" "^1.7.0"
|
|
1648
1648
|
"@salesforce/ts-types" "^2.0.9"
|
|
1649
1649
|
ajv "^8.12.0"
|
|
@@ -1653,7 +1653,7 @@
|
|
|
1653
1653
|
js2xmlparser "^4.0.1"
|
|
1654
1654
|
jsonwebtoken "9.0.2"
|
|
1655
1655
|
jszip "3.10.1"
|
|
1656
|
-
pino "^8.
|
|
1656
|
+
pino "^8.21.0"
|
|
1657
1657
|
pino-abstract-transport "^1.1.0"
|
|
1658
1658
|
pino-pretty "^10.3.1"
|
|
1659
1659
|
proper-lockfile "^4.1.2"
|
|
@@ -1742,13 +1742,13 @@
|
|
|
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.1.2":
|
|
1746
|
+
version "11.1.2"
|
|
1747
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.1.2.tgz#f5c70b952eca711b2be0e110b289eb24aaa60b4d"
|
|
1748
|
+
integrity sha512-QhRft7U/XMBDaZTbzacbHH4sapTW/d25V3Hiwua2lg/Ce6hEj/5w6l8LlO5UAyRpRMaMy2LfaTRygu+rT3AS8g==
|
|
1749
1749
|
dependencies:
|
|
1750
|
-
"@salesforce/core" "^7.
|
|
1751
|
-
"@salesforce/kit" "^3.1.
|
|
1750
|
+
"@salesforce/core" "^7.3.1"
|
|
1751
|
+
"@salesforce/kit" "^3.1.1"
|
|
1752
1752
|
"@salesforce/ts-types" "^2.0.9"
|
|
1753
1753
|
fast-levenshtein "^3.0.0"
|
|
1754
1754
|
fast-xml-parser "^4.3.6"
|
|
@@ -1759,7 +1759,6 @@
|
|
|
1759
1759
|
mime "2.6.0"
|
|
1760
1760
|
minimatch "^5.1.6"
|
|
1761
1761
|
proxy-agent "^6.4.0"
|
|
1762
|
-
ts-retry-promise "^0.7.1"
|
|
1763
1762
|
|
|
1764
1763
|
"@salesforce/ts-sinon@1.4.19":
|
|
1765
1764
|
version "1.4.19"
|
|
@@ -4034,12 +4033,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
4034
4033
|
semver "^7.5.4"
|
|
4035
4034
|
spdx-expression-parse "^4.0.0"
|
|
4036
4035
|
|
|
4037
|
-
eslint-plugin-sf-plugin@^1.18.
|
|
4038
|
-
version "1.18.
|
|
4039
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
4040
|
-
integrity sha512-
|
|
4036
|
+
eslint-plugin-sf-plugin@^1.18.2:
|
|
4037
|
+
version "1.18.2"
|
|
4038
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz#36e275b82eb17586dcfe77d0aafedecc30124329"
|
|
4039
|
+
integrity sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw==
|
|
4041
4040
|
dependencies:
|
|
4042
|
-
"@salesforce/core" "^7.
|
|
4041
|
+
"@salesforce/core" "^7.3.0"
|
|
4043
4042
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4044
4043
|
|
|
4045
4044
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -6500,7 +6499,7 @@ picomatch@^3.0.1:
|
|
|
6500
6499
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
|
6501
6500
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
6502
6501
|
|
|
6503
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0
|
|
6502
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0:
|
|
6504
6503
|
version "1.1.0"
|
|
6505
6504
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
6506
6505
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -6508,6 +6507,14 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
6508
6507
|
readable-stream "^4.0.0"
|
|
6509
6508
|
split2 "^4.0.0"
|
|
6510
6509
|
|
|
6510
|
+
pino-abstract-transport@^1.2.0:
|
|
6511
|
+
version "1.2.0"
|
|
6512
|
+
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
|
|
6513
|
+
integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
|
|
6514
|
+
dependencies:
|
|
6515
|
+
readable-stream "^4.0.0"
|
|
6516
|
+
split2 "^4.0.0"
|
|
6517
|
+
|
|
6511
6518
|
pino-pretty@^10.3.1:
|
|
6512
6519
|
version "10.3.1"
|
|
6513
6520
|
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
|
|
@@ -6533,22 +6540,22 @@ pino-std-serializers@^6.0.0:
|
|
|
6533
6540
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6534
6541
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6535
6542
|
|
|
6536
|
-
pino@^8.
|
|
6537
|
-
version "8.
|
|
6538
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6539
|
-
integrity sha512-
|
|
6543
|
+
pino@^8.21.0:
|
|
6544
|
+
version "8.21.0"
|
|
6545
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.21.0.tgz#e1207f3675a2722940d62da79a7a55a98409f00d"
|
|
6546
|
+
integrity sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==
|
|
6540
6547
|
dependencies:
|
|
6541
6548
|
atomic-sleep "^1.0.0"
|
|
6542
6549
|
fast-redact "^3.1.1"
|
|
6543
6550
|
on-exit-leak-free "^2.1.0"
|
|
6544
|
-
pino-abstract-transport
|
|
6551
|
+
pino-abstract-transport "^1.2.0"
|
|
6545
6552
|
pino-std-serializers "^6.0.0"
|
|
6546
6553
|
process-warning "^3.0.0"
|
|
6547
6554
|
quick-format-unescaped "^4.0.3"
|
|
6548
6555
|
real-require "^0.2.0"
|
|
6549
6556
|
safe-stable-stringify "^2.3.1"
|
|
6550
6557
|
sonic-boom "^3.7.0"
|
|
6551
|
-
thread-stream "^2.
|
|
6558
|
+
thread-stream "^2.6.0"
|
|
6552
6559
|
|
|
6553
6560
|
pkg-dir@^4.1.0:
|
|
6554
6561
|
version "4.2.0"
|
|
@@ -7475,10 +7482,10 @@ text-table@^0.2.0:
|
|
|
7475
7482
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
|
7476
7483
|
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
|
7477
7484
|
|
|
7478
|
-
thread-stream@^2.
|
|
7479
|
-
version "2.
|
|
7480
|
-
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.
|
|
7481
|
-
integrity sha512-
|
|
7485
|
+
thread-stream@^2.6.0:
|
|
7486
|
+
version "2.7.0"
|
|
7487
|
+
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.7.0.tgz#d8a8e1b3fd538a6cca8ce69dbe5d3d097b601e11"
|
|
7488
|
+
integrity sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==
|
|
7482
7489
|
dependencies:
|
|
7483
7490
|
real-require "^0.2.0"
|
|
7484
7491
|
|
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.5",
|
|
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.1.2",
|
|
13
13
|
"chalk": "^5.3.0",
|
|
14
14
|
"change-case": "^5.4.4",
|
|
15
15
|
"is-wsl": "^3.1.0",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.76",
|
|
23
23
|
"@salesforce/ts-sinon": "1.4.19",
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
25
25
|
"moment": "^2.30.1",
|
|
26
26
|
"oclif": "^4.8.5",
|
|
27
27
|
"ts-node": "^10.9.2",
|
|
@@ -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.5.crt",
|
|
239
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.5.sig"
|
|
240
240
|
}
|
|
241
241
|
}
|