@salesforce/plugin-org 4.1.8 → 4.1.9
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 +8 -8
- package/oclif.lock +35 -10
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/src/commands/org/resume/scratch.ts)_
|
|
1021
1021
|
|
|
1022
1022
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.9",
|
|
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.9",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.4",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
24
|
-
"@salesforce/cli-plugins-testkit": "^5.2
|
|
24
|
+
"@salesforce/cli-plugins-testkit": "^5.3.2",
|
|
25
25
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
26
26
|
"@salesforce/plugin-command-reference": "^3.0.82",
|
|
27
27
|
"@salesforce/ts-sinon": "1.4.19",
|
|
@@ -4988,14 +4988,14 @@
|
|
|
4988
4988
|
}
|
|
4989
4989
|
},
|
|
4990
4990
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
4991
|
-
"version": "5.2
|
|
4992
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.
|
|
4993
|
-
"integrity": "sha512
|
|
4991
|
+
"version": "5.3.2",
|
|
4992
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.2.tgz",
|
|
4993
|
+
"integrity": "sha512-/0ZR9PrRpmbtYzkGee7Sc8b1qzNyojq1Smk0RY7gM439rDKS90Tqq8W3b9hNXtTzHNe98MxQUGq819mCxok+Mw==",
|
|
4994
4994
|
"dev": true,
|
|
4995
4995
|
"license": "BSD-3-Clause",
|
|
4996
4996
|
"dependencies": {
|
|
4997
|
-
"@salesforce/core": "^7.
|
|
4998
|
-
"@salesforce/kit": "^3.1.
|
|
4997
|
+
"@salesforce/core": "^7.3.3",
|
|
4998
|
+
"@salesforce/kit": "^3.1.1",
|
|
4999
4999
|
"@salesforce/ts-types": "^2.0.9",
|
|
5000
5000
|
"@types/shelljs": "^0.8.15",
|
|
5001
5001
|
"debug": "^4.3.1",
|
package/oclif.lock
CHANGED
|
@@ -1770,13 +1770,13 @@
|
|
|
1770
1770
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1771
1771
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1772
1772
|
|
|
1773
|
-
"@salesforce/cli-plugins-testkit@^5.2
|
|
1774
|
-
version "5.2
|
|
1775
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.
|
|
1776
|
-
integrity sha512
|
|
1773
|
+
"@salesforce/cli-plugins-testkit@^5.3.2":
|
|
1774
|
+
version "5.3.2"
|
|
1775
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.2.tgz#39b12513baf230cbfa2a831d1e1ad567512dcb18"
|
|
1776
|
+
integrity sha512-/0ZR9PrRpmbtYzkGee7Sc8b1qzNyojq1Smk0RY7gM439rDKS90Tqq8W3b9hNXtTzHNe98MxQUGq819mCxok+Mw==
|
|
1777
1777
|
dependencies:
|
|
1778
|
-
"@salesforce/core" "^7.
|
|
1779
|
-
"@salesforce/kit" "^3.1.
|
|
1778
|
+
"@salesforce/core" "^7.3.3"
|
|
1779
|
+
"@salesforce/kit" "^3.1.1"
|
|
1780
1780
|
"@salesforce/ts-types" "^2.0.9"
|
|
1781
1781
|
"@types/shelljs" "^0.8.15"
|
|
1782
1782
|
debug "^4.3.1"
|
|
@@ -1786,7 +1786,7 @@
|
|
|
1786
1786
|
strip-ansi "6.0.1"
|
|
1787
1787
|
ts-retry-promise "^0.8.0"
|
|
1788
1788
|
|
|
1789
|
-
"@salesforce/core@^7.
|
|
1789
|
+
"@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.5":
|
|
1790
1790
|
version "7.3.5"
|
|
1791
1791
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.5.tgz#0dccb4d8ddd36cde449d67a482dfb52e63de1c9f"
|
|
1792
1792
|
integrity sha512-9hkK4EyV1Z7T1mDyb/Rj1dO0Owp3f2PNGXSyQhCG2nozSCxAQlPeFFqn2L3d7kJJxdhlr58P4QXiFCoJVVvbLQ==
|
|
@@ -7404,7 +7404,16 @@ srcset@^5.0.0:
|
|
|
7404
7404
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.1.tgz#e660a728f195419e4afa95121099bc9efb7a1e36"
|
|
7405
7405
|
integrity sha512-/P1UYbGfJVlxZag7aABNRrulEXAwCSDo7fklafOQrantuPTDmYgijJMks2zusPCVzgW9+4P69mq7w6pYuZpgxw==
|
|
7406
7406
|
|
|
7407
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
7407
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
7408
|
+
version "4.2.3"
|
|
7409
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
7410
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
7411
|
+
dependencies:
|
|
7412
|
+
emoji-regex "^8.0.0"
|
|
7413
|
+
is-fullwidth-code-point "^3.0.0"
|
|
7414
|
+
strip-ansi "^6.0.1"
|
|
7415
|
+
|
|
7416
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
7408
7417
|
version "4.2.3"
|
|
7409
7418
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
7410
7419
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -7463,7 +7472,14 @@ string_decoder@~1.1.1:
|
|
|
7463
7472
|
dependencies:
|
|
7464
7473
|
safe-buffer "~5.1.0"
|
|
7465
7474
|
|
|
7466
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
7475
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
7476
|
+
version "6.0.1"
|
|
7477
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7478
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
7479
|
+
dependencies:
|
|
7480
|
+
ansi-regex "^5.0.1"
|
|
7481
|
+
|
|
7482
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7467
7483
|
version "6.0.1"
|
|
7468
7484
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7469
7485
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -8006,7 +8022,7 @@ workerpool@6.2.1:
|
|
|
8006
8022
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
8007
8023
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
8008
8024
|
|
|
8009
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
8025
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
8010
8026
|
version "7.0.0"
|
|
8011
8027
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
8012
8028
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -8024,6 +8040,15 @@ wrap-ansi@^6.2.0:
|
|
|
8024
8040
|
string-width "^4.1.0"
|
|
8025
8041
|
strip-ansi "^6.0.0"
|
|
8026
8042
|
|
|
8043
|
+
wrap-ansi@^7.0.0:
|
|
8044
|
+
version "7.0.0"
|
|
8045
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
8046
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
8047
|
+
dependencies:
|
|
8048
|
+
ansi-styles "^4.0.0"
|
|
8049
|
+
string-width "^4.1.0"
|
|
8050
|
+
strip-ansi "^6.0.0"
|
|
8051
|
+
|
|
8027
8052
|
wrap-ansi@^8.1.0:
|
|
8028
8053
|
version "8.1.0"
|
|
8029
8054
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
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.9",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.2
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.2",
|
|
21
21
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.82",
|
|
23
23
|
"@salesforce/ts-sinon": "1.4.19",
|
|
@@ -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.9.crt",
|
|
239
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.1.9.sig"
|
|
240
240
|
}
|
|
241
241
|
}
|