@salesforce/plugin-org 3.1.5 → 3.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 +17 -17
- package/oclif.lock +17 -62
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -163,7 +163,7 @@ FLAG DESCRIPTIONS
|
|
|
163
163
|
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
-
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
166
|
+
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/force/org/clone.ts)_
|
|
167
167
|
|
|
168
168
|
## `sf force org create`
|
|
169
169
|
|
|
@@ -212,7 +212,7 @@ EXAMPLES
|
|
|
212
212
|
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
|
|
213
213
|
```
|
|
214
214
|
|
|
215
|
-
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
215
|
+
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/force/org/create.ts)_
|
|
216
216
|
|
|
217
217
|
## `sf force org delete`
|
|
218
218
|
|
|
@@ -244,7 +244,7 @@ EXAMPLES
|
|
|
244
244
|
$ sf force org delete -u MyOrgAlias -p
|
|
245
245
|
```
|
|
246
246
|
|
|
247
|
-
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
247
|
+
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/force/org/delete.ts)_
|
|
248
248
|
|
|
249
249
|
## `sf force org status`
|
|
250
250
|
|
|
@@ -283,7 +283,7 @@ EXAMPLES
|
|
|
283
283
|
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
286
|
+
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/force/org/status.ts)_
|
|
287
287
|
|
|
288
288
|
## `sf org create sandbox`
|
|
289
289
|
|
|
@@ -388,7 +388,7 @@ FLAG DESCRIPTIONS
|
|
|
388
388
|
sandbox.
|
|
389
389
|
```
|
|
390
390
|
|
|
391
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
391
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/create/sandbox.ts)_
|
|
392
392
|
|
|
393
393
|
## `sf org create scratch`
|
|
394
394
|
|
|
@@ -541,7 +541,7 @@ FLAG DESCRIPTIONS
|
|
|
541
541
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
542
542
|
```
|
|
543
543
|
|
|
544
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
544
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/create/scratch.ts)_
|
|
545
545
|
|
|
546
546
|
## `sf org delete sandbox`
|
|
547
547
|
|
|
@@ -585,7 +585,7 @@ EXAMPLES
|
|
|
585
585
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
586
586
|
```
|
|
587
587
|
|
|
588
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
588
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/delete/sandbox.ts)_
|
|
589
589
|
|
|
590
590
|
## `sf org delete scratch`
|
|
591
591
|
|
|
@@ -627,7 +627,7 @@ EXAMPLES
|
|
|
627
627
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
628
628
|
```
|
|
629
629
|
|
|
630
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
630
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/delete/scratch.ts)_
|
|
631
631
|
|
|
632
632
|
## `sf org disable tracking`
|
|
633
633
|
|
|
@@ -665,7 +665,7 @@ EXAMPLES
|
|
|
665
665
|
$ sf org disable tracking
|
|
666
666
|
```
|
|
667
667
|
|
|
668
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
668
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/disable/tracking.ts)_
|
|
669
669
|
|
|
670
670
|
## `sf org display`
|
|
671
671
|
|
|
@@ -709,7 +709,7 @@ EXAMPLES
|
|
|
709
709
|
$ sf org display --target-org TestOrg1 --verbose
|
|
710
710
|
```
|
|
711
711
|
|
|
712
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
712
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/display.ts)_
|
|
713
713
|
|
|
714
714
|
## `sf org enable tracking`
|
|
715
715
|
|
|
@@ -750,7 +750,7 @@ EXAMPLES
|
|
|
750
750
|
$ sf org enable tracking
|
|
751
751
|
```
|
|
752
752
|
|
|
753
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
753
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/enable/tracking.ts)_
|
|
754
754
|
|
|
755
755
|
## `sf org list`
|
|
756
756
|
|
|
@@ -788,7 +788,7 @@ EXAMPLES
|
|
|
788
788
|
$ sf org list --clean
|
|
789
789
|
```
|
|
790
790
|
|
|
791
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
791
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/list.ts)_
|
|
792
792
|
|
|
793
793
|
## `sf org list metadata`
|
|
794
794
|
|
|
@@ -853,7 +853,7 @@ FLAG DESCRIPTIONS
|
|
|
853
853
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
854
854
|
```
|
|
855
855
|
|
|
856
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
856
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/list/metadata.ts)_
|
|
857
857
|
|
|
858
858
|
## `sf org list metadata-types`
|
|
859
859
|
|
|
@@ -907,7 +907,7 @@ FLAG DESCRIPTIONS
|
|
|
907
907
|
Override the api version used for api requests made by this command
|
|
908
908
|
```
|
|
909
909
|
|
|
910
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
910
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/list/metadata-types.ts)_
|
|
911
911
|
|
|
912
912
|
## `sf org open`
|
|
913
913
|
|
|
@@ -973,7 +973,7 @@ EXAMPLES
|
|
|
973
973
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
974
974
|
```
|
|
975
975
|
|
|
976
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
976
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/open.ts)_
|
|
977
977
|
|
|
978
978
|
## `sf org resume sandbox`
|
|
979
979
|
|
|
@@ -1035,7 +1035,7 @@ FLAG DESCRIPTIONS
|
|
|
1035
1035
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1036
1036
|
```
|
|
1037
1037
|
|
|
1038
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
1038
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/resume/sandbox.ts)_
|
|
1039
1039
|
|
|
1040
1040
|
## `sf org resume scratch`
|
|
1041
1041
|
|
|
@@ -1081,6 +1081,6 @@ FLAG DESCRIPTIONS
|
|
|
1081
1081
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
1082
1082
|
```
|
|
1083
1083
|
|
|
1084
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
1084
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.6/src/commands/org/resume/scratch.ts)_
|
|
1085
1085
|
|
|
1086
1086
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -781,10 +781,10 @@
|
|
|
781
781
|
wordwrap "^1.0.0"
|
|
782
782
|
wrap-ansi "^7.0.0"
|
|
783
783
|
|
|
784
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.12.0", "@oclif/core@^3.13.1", "@oclif/core@^3.15.
|
|
785
|
-
version "3.15.
|
|
786
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.
|
|
787
|
-
integrity sha512-
|
|
784
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.12.0", "@oclif/core@^3.13.1", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
|
|
785
|
+
version "3.15.1"
|
|
786
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
|
|
787
|
+
integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
|
|
788
788
|
dependencies:
|
|
789
789
|
ansi-escapes "^4.3.2"
|
|
790
790
|
ansi-styles "^4.3.0"
|
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
js-yaml "^3.14.1"
|
|
804
804
|
natural-orderby "^2.0.3"
|
|
805
805
|
object-treeify "^1.1.33"
|
|
806
|
-
password-prompt "^1.1.
|
|
806
|
+
password-prompt "^1.1.3"
|
|
807
807
|
slice-ansi "^4.0.0"
|
|
808
808
|
string-width "^4.2.3"
|
|
809
809
|
strip-ansi "^6.0.1"
|
|
@@ -962,12 +962,12 @@
|
|
|
962
962
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
963
963
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
964
964
|
|
|
965
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
966
|
-
version "5.1.
|
|
967
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
968
|
-
integrity sha512-
|
|
965
|
+
"@salesforce/cli-plugins-testkit@^5.1.2":
|
|
966
|
+
version "5.1.2"
|
|
967
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.2.tgz#a8d0c988d26d22cbaa4f19e6be9f0d1a28238ef2"
|
|
968
|
+
integrity sha512-3tF1invyikFvkDfnRdFJBrhDV4gcO0cf7gKRT/9GmIHOF88qjiPiKy4VYx7q1fZI8xn6ZEov0LmMziLUVYjdtg==
|
|
969
969
|
dependencies:
|
|
970
|
-
"@salesforce/core" "^6.
|
|
970
|
+
"@salesforce/core" "^6.4.1"
|
|
971
971
|
"@salesforce/kit" "^3.0.15"
|
|
972
972
|
"@salesforce/ts-types" "^2.0.9"
|
|
973
973
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1673,11 +1673,6 @@ ansi-colors@4.1.1:
|
|
|
1673
1673
|
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
|
1674
1674
|
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
|
|
1675
1675
|
|
|
1676
|
-
ansi-escapes@^3.1.0:
|
|
1677
|
-
version "3.2.0"
|
|
1678
|
-
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
|
|
1679
|
-
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
|
|
1680
|
-
|
|
1681
1676
|
ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
|
|
1682
1677
|
version "4.3.2"
|
|
1683
1678
|
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
|
@@ -2688,17 +2683,6 @@ create-require@^1.1.0:
|
|
|
2688
2683
|
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
|
2689
2684
|
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
|
2690
2685
|
|
|
2691
|
-
cross-spawn@^6.0.5:
|
|
2692
|
-
version "6.0.5"
|
|
2693
|
-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
|
2694
|
-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
|
|
2695
|
-
dependencies:
|
|
2696
|
-
nice-try "^1.0.4"
|
|
2697
|
-
path-key "^2.0.1"
|
|
2698
|
-
semver "^5.5.0"
|
|
2699
|
-
shebang-command "^1.2.0"
|
|
2700
|
-
which "^1.2.9"
|
|
2701
|
-
|
|
2702
2686
|
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
|
2703
2687
|
version "7.0.3"
|
|
2704
2688
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
|
@@ -5763,11 +5747,6 @@ netmask@^2.0.2:
|
|
|
5763
5747
|
resolved "https://registry.yarnpkg.com/netmask/-/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7"
|
|
5764
5748
|
integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==
|
|
5765
5749
|
|
|
5766
|
-
nice-try@^1.0.4:
|
|
5767
|
-
version "1.0.5"
|
|
5768
|
-
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
|
|
5769
|
-
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
|
|
5770
|
-
|
|
5771
5750
|
nise@^1.3.3:
|
|
5772
5751
|
version "1.5.3"
|
|
5773
5752
|
resolved "https://registry.yarnpkg.com/nise/-/nise-1.5.3.tgz#9d2cfe37d44f57317766c6e9408a359c5d3ac1f7"
|
|
@@ -6470,13 +6449,13 @@ pascal-case@^3.1.2:
|
|
|
6470
6449
|
no-case "^3.0.4"
|
|
6471
6450
|
tslib "^2.0.3"
|
|
6472
6451
|
|
|
6473
|
-
password-prompt@^1.1.2:
|
|
6474
|
-
version "1.1.
|
|
6475
|
-
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.
|
|
6476
|
-
integrity sha512-
|
|
6452
|
+
password-prompt@^1.1.2, password-prompt@^1.1.3:
|
|
6453
|
+
version "1.1.3"
|
|
6454
|
+
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
|
6455
|
+
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
|
6477
6456
|
dependencies:
|
|
6478
|
-
ansi-escapes "^3.
|
|
6479
|
-
cross-spawn "^
|
|
6457
|
+
ansi-escapes "^4.3.2"
|
|
6458
|
+
cross-spawn "^7.0.3"
|
|
6480
6459
|
|
|
6481
6460
|
path-case@^3.0.4:
|
|
6482
6461
|
version "3.0.4"
|
|
@@ -6496,11 +6475,6 @@ path-is-absolute@^1.0.0:
|
|
|
6496
6475
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
6497
6476
|
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
|
|
6498
6477
|
|
|
6499
|
-
path-key@^2.0.1:
|
|
6500
|
-
version "2.0.1"
|
|
6501
|
-
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
|
6502
|
-
integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
|
|
6503
|
-
|
|
6504
6478
|
path-key@^3.0.0, path-key@^3.1.0:
|
|
6505
6479
|
version "3.1.1"
|
|
6506
6480
|
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
|
@@ -7158,7 +7132,7 @@ secure-json-parse@^2.4.0:
|
|
|
7158
7132
|
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862"
|
|
7159
7133
|
integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
|
|
7160
7134
|
|
|
7161
|
-
"semver@2 || 3 || 4 || 5"
|
|
7135
|
+
"semver@2 || 3 || 4 || 5":
|
|
7162
7136
|
version "5.7.2"
|
|
7163
7137
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
|
|
7164
7138
|
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
|
|
@@ -7230,13 +7204,6 @@ setimmediate@^1.0.5:
|
|
|
7230
7204
|
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
|
|
7231
7205
|
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
|
|
7232
7206
|
|
|
7233
|
-
shebang-command@^1.2.0:
|
|
7234
|
-
version "1.2.0"
|
|
7235
|
-
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
|
|
7236
|
-
integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
|
|
7237
|
-
dependencies:
|
|
7238
|
-
shebang-regex "^1.0.0"
|
|
7239
|
-
|
|
7240
7207
|
shebang-command@^2.0.0:
|
|
7241
7208
|
version "2.0.0"
|
|
7242
7209
|
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
|
@@ -7244,11 +7211,6 @@ shebang-command@^2.0.0:
|
|
|
7244
7211
|
dependencies:
|
|
7245
7212
|
shebang-regex "^3.0.0"
|
|
7246
7213
|
|
|
7247
|
-
shebang-regex@^1.0.0:
|
|
7248
|
-
version "1.0.0"
|
|
7249
|
-
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
|
7250
|
-
integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
|
|
7251
|
-
|
|
7252
7214
|
shebang-regex@^3.0.0:
|
|
7253
7215
|
version "3.0.0"
|
|
7254
7216
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
@@ -8272,13 +8234,6 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.2:
|
|
|
8272
8234
|
gopd "^1.0.1"
|
|
8273
8235
|
has-tostringtag "^1.0.0"
|
|
8274
8236
|
|
|
8275
|
-
which@^1.2.9:
|
|
8276
|
-
version "1.3.1"
|
|
8277
|
-
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
|
|
8278
|
-
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
|
|
8279
|
-
dependencies:
|
|
8280
|
-
isexe "^2.0.0"
|
|
8281
|
-
|
|
8282
8237
|
which@^2.0.1, which@^2.0.2:
|
|
8283
8238
|
version "2.0.2"
|
|
8284
8239
|
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.15.
|
|
8
|
+
"@oclif/core": "^3.15.1",
|
|
9
9
|
"@salesforce/core": "^6.4.2",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^5.0.3",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-command-snapshot": "^5.0.4",
|
|
19
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
19
|
+
"@salesforce/cli-plugins-testkit": "^5.1.2",
|
|
20
20
|
"@salesforce/dev-scripts": "^8.1.2",
|
|
21
21
|
"@salesforce/plugin-command-reference": "^3.0.51",
|
|
22
22
|
"@salesforce/ts-sinon": "1.4.19",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"exports": "./lib/index.js",
|
|
238
238
|
"type": "module",
|
|
239
239
|
"sfdx": {
|
|
240
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.1.
|
|
241
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.1.
|
|
240
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.1.6.crt",
|
|
241
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.1.6.sig"
|
|
242
242
|
}
|
|
243
243
|
}
|