@salesforce/plugin-org 3.2.0 → 3.2.1

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 CHANGED
@@ -216,7 +216,7 @@ FLAG DESCRIPTIONS
216
216
  sandbox.
217
217
  ```
218
218
 
219
- _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/create/sandbox.ts)_
219
+ _See code: [lib/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/create/sandbox.ts)_
220
220
 
221
221
  ## `sf org create scratch`
222
222
 
@@ -369,7 +369,7 @@ FLAG DESCRIPTIONS
369
369
  Omit this flag to have Salesforce generate a unique username for your org.
370
370
  ```
371
371
 
372
- _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/create/scratch.ts)_
372
+ _See code: [lib/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/create/scratch.ts)_
373
373
 
374
374
  ## `sf org delete sandbox`
375
375
 
@@ -413,7 +413,7 @@ EXAMPLES
413
413
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
414
414
  ```
415
415
 
416
- _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/delete/sandbox.ts)_
416
+ _See code: [lib/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/delete/sandbox.ts)_
417
417
 
418
418
  ## `sf org delete scratch`
419
419
 
@@ -455,7 +455,7 @@ EXAMPLES
455
455
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
456
456
  ```
457
457
 
458
- _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/delete/scratch.ts)_
458
+ _See code: [lib/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/delete/scratch.ts)_
459
459
 
460
460
  ## `sf org disable tracking`
461
461
 
@@ -493,7 +493,7 @@ EXAMPLES
493
493
  $ sf org disable tracking
494
494
  ```
495
495
 
496
- _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/disable/tracking.ts)_
496
+ _See code: [lib/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/disable/tracking.ts)_
497
497
 
498
498
  ## `sf org display`
499
499
 
@@ -537,7 +537,7 @@ EXAMPLES
537
537
  $ sf org display --target-org TestOrg1 --verbose
538
538
  ```
539
539
 
540
- _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/display.ts)_
540
+ _See code: [lib/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/display.ts)_
541
541
 
542
542
  ## `sf org enable tracking`
543
543
 
@@ -578,7 +578,7 @@ EXAMPLES
578
578
  $ sf org enable tracking
579
579
  ```
580
580
 
581
- _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/enable/tracking.ts)_
581
+ _See code: [lib/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/enable/tracking.ts)_
582
582
 
583
583
  ## `sf org list`
584
584
 
@@ -616,7 +616,7 @@ EXAMPLES
616
616
  $ sf org list --clean
617
617
  ```
618
618
 
619
- _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/list.ts)_
619
+ _See code: [lib/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/list.ts)_
620
620
 
621
621
  ## `sf org list metadata`
622
622
 
@@ -681,7 +681,7 @@ FLAG DESCRIPTIONS
681
681
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
682
682
  ```
683
683
 
684
- _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/list/metadata.ts)_
684
+ _See code: [lib/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/list/metadata.ts)_
685
685
 
686
686
  ## `sf org list metadata-types`
687
687
 
@@ -735,7 +735,7 @@ FLAG DESCRIPTIONS
735
735
  Override the api version used for api requests made by this command
736
736
  ```
737
737
 
738
- _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/list/metadata-types.ts)_
738
+ _See code: [lib/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/list/metadata-types.ts)_
739
739
 
740
740
  ## `sf org open`
741
741
 
@@ -801,7 +801,7 @@ EXAMPLES
801
801
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
802
802
  ```
803
803
 
804
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/open.ts)_
804
+ _See code: [lib/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/open.ts)_
805
805
 
806
806
  ## `sf org resume sandbox`
807
807
 
@@ -863,7 +863,7 @@ FLAG DESCRIPTIONS
863
863
  returns the job ID. To resume checking the sandbox creation, rerun this command.
864
864
  ```
865
865
 
866
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/resume/sandbox.ts)_
866
+ _See code: [lib/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/resume/sandbox.ts)_
867
867
 
868
868
  ## `sf org resume scratch`
869
869
 
@@ -909,6 +909,6 @@ FLAG DESCRIPTIONS
909
909
  The job ID is valid for 24 hours after you start the scratch org creation.
910
910
  ```
911
911
 
912
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.0/src/commands/org/resume/scratch.ts)_
912
+ _See code: [lib/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/lib/commands/org/resume/scratch.ts)_
913
913
 
914
914
  <!-- commandsstop -->
@@ -45,7 +45,7 @@ export declare class Create extends SfCommand<CreateResult> {
45
45
  multiple?: boolean | undefined;
46
46
  multipleNonGreedy?: boolean | undefined;
47
47
  delimiter?: "," | undefined;
48
- allowStdin?: boolean | undefined;
48
+ allowStdin?: boolean | "only" | undefined;
49
49
  parse: import("@oclif/core/lib/interfaces/parser.js").FlagParser<import("@salesforce/core").Org | undefined, string, Interfaces.CustomOptions>;
50
50
  defaultHelp?: import("@oclif/core/lib/interfaces/parser.js").FlagDefaultHelp<import("@salesforce/core").Org, Interfaces.CustomOptions> | undefined;
51
51
  input: string[];
package/oclif.lock CHANGED
@@ -747,44 +747,10 @@
747
747
  read-package-json-fast "^3.0.0"
748
748
  which "^3.0.0"
749
749
 
750
- "@oclif/core@^2.15.0":
751
- version "2.15.0"
752
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a"
753
- integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==
754
- dependencies:
755
- "@types/cli-progress" "^3.11.0"
756
- ansi-escapes "^4.3.2"
757
- ansi-styles "^4.3.0"
758
- cardinal "^2.1.1"
759
- chalk "^4.1.2"
760
- clean-stack "^3.0.1"
761
- cli-progress "^3.12.0"
762
- debug "^4.3.4"
763
- ejs "^3.1.8"
764
- get-package-type "^0.1.0"
765
- globby "^11.1.0"
766
- hyperlinker "^1.0.0"
767
- indent-string "^4.0.0"
768
- is-wsl "^2.2.0"
769
- js-yaml "^3.14.1"
770
- natural-orderby "^2.0.3"
771
- object-treeify "^1.1.33"
772
- password-prompt "^1.1.2"
773
- slice-ansi "^4.0.0"
774
- string-width "^4.2.3"
775
- strip-ansi "^6.0.1"
776
- supports-color "^8.1.1"
777
- supports-hyperlinks "^2.2.0"
778
- ts-node "^10.9.1"
779
- tslib "^2.5.0"
780
- widest-line "^3.1.0"
781
- wordwrap "^1.0.0"
782
- wrap-ansi "^7.0.0"
783
-
784
- "@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.13.1", "@oclif/core@^3.15.0", "@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==
750
+ "@oclif/core@^3.12.0", "@oclif/core@^3.13.1", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0":
751
+ version "3.16.0"
752
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
753
+ integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
788
754
  dependencies:
789
755
  ansi-escapes "^4.3.2"
790
756
  ansi-styles "^4.3.0"
@@ -829,28 +795,28 @@
829
795
  semver "^7.5.4"
830
796
  ts-json-schema-generator "^1.5.0"
831
797
 
832
- "@oclif/plugin-help@^5.2.14":
833
- version "5.2.19"
834
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.19.tgz#be8019730c6540eefeb30e95fe13ff0b91364bf0"
835
- integrity sha512-gf6/dFtzMJ8RA4ovlBCBGJsZsd4jPXhYWJho+Gh6KmA+Ev9LupoExbE0qT+a2uHJyHEvIg4uX/MBW3qdERD/8g==
798
+ "@oclif/plugin-help@^6.0.9":
799
+ version "6.0.9"
800
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.9.tgz#87bbf624372b9afe5dc183a13f52c929d6b022cf"
801
+ integrity sha512-O9zHzjsj8G3DWV+Ju4prrBwHUmwT1pcq7AJNxguedMk8jGZhwKWrcQHdZX6kjC+7QbupSzgjcvXvXpYVR1y3ow==
836
802
  dependencies:
837
- "@oclif/core" "^2.15.0"
803
+ "@oclif/core" "^3.15.0"
838
804
 
839
- "@oclif/plugin-not-found@^2.3.32":
840
- version "2.4.1"
841
- resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-2.4.1.tgz#c323a66ea876f9786e83139b063bd6b4a64dc613"
842
- integrity sha512-LqW7qpw5Q8ploRiup2jEIMQJXcxHP1tpwj45GApKQMe7GRdGdRdjBT9Tu+U2tdEgMqgMplAIhOsYCx2nc2nMSw==
805
+ "@oclif/plugin-not-found@^3.0.7":
806
+ version "3.0.8"
807
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.8.tgz#d694a9308993703a1cbacbab7f5625315f0169ea"
808
+ integrity sha512-sfh7jFc+1vFsF/+9ghF3pVul9xFJ4Hu1JI+KzkDjgWkfVSyPSEE+s6Hfn2z6lCXkwSKQ5lJATuZmafnGes7NGg==
843
809
  dependencies:
844
- "@oclif/core" "^2.15.0"
845
- chalk "^4"
810
+ "@oclif/core" "^3.16.0"
811
+ chalk "^5.3.0"
846
812
  fast-levenshtein "^3.0.0"
847
813
 
848
- "@oclif/plugin-warn-if-update-available@^3.0.0":
849
- version "3.0.2"
850
- resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz#76d02069c0d5545b5000660460edb6085272cbcd"
851
- integrity sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA==
814
+ "@oclif/plugin-warn-if-update-available@^3.0.8":
815
+ version "3.0.8"
816
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.8.tgz#715c7f8896a318805cae08f2994115b8d5e39c20"
817
+ integrity sha512-CNusBwZHzWdj4E6xVBbR9+DtxjeQZoK2LDYk3CFwBfLd5L8TJ/6IJNer0ZacDRvnCeABeVqMN33Vk7UlmJ7ngQ==
852
818
  dependencies:
853
- "@oclif/core" "^3.3.1"
819
+ "@oclif/core" "^3.15.1"
854
820
  chalk "^5.3.0"
855
821
  debug "^4.1.0"
856
822
  http-call "^5.2.2"
@@ -977,10 +943,10 @@
977
943
  strip-ansi "6.0.1"
978
944
  ts-retry-promise "^0.7.1"
979
945
 
980
- "@salesforce/core@^6.2.0", "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.2":
981
- version "6.4.2"
982
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
983
- integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
946
+ "@salesforce/core@^6.2.0", "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4":
947
+ version "6.4.4"
948
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.4.tgz#e96d2ef9cd05c3894578374d1054af80bfdca119"
949
+ integrity sha512-VegX3ChnJUOOztSP05QPiXCTOSioShB22NyhYjL7vVhf6yqSOH0VT2oQ3ywrMYbYCbjLSdsmFdTVLiQIFpK57g==
984
950
  dependencies:
985
951
  "@salesforce/kit" "^3.0.15"
986
952
  "@salesforce/schemas" "^1.6.1"
@@ -996,7 +962,7 @@
996
962
  jszip "3.10.1"
997
963
  pino "^8.16.2"
998
964
  pino-abstract-transport "^1.1.0"
999
- pino-pretty "^10.3.0"
965
+ pino-pretty "^10.3.1"
1000
966
  proper-lockfile "^4.1.2"
1001
967
  semver "^7.5.4"
1002
968
  ts-retry-promise "^0.7.1"
@@ -1006,10 +972,10 @@
1006
972
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
1007
973
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
1008
974
 
1009
- "@salesforce/dev-scripts@^8.1.3":
1010
- version "8.1.3"
1011
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.3.tgz#b33c53b4b648b5090322d1144c6852ca587d6eb7"
1012
- integrity sha512-mSWCab+uO3O2QNBCRJpKsHw/UYpOGpNFWT12BC85e+VyWBp4LTIAsssBKDY8czRI02K7NwiYaC34fNdP+yqrzA==
975
+ "@salesforce/dev-scripts@^8.2.0":
976
+ version "8.2.0"
977
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
978
+ integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
1013
979
  dependencies:
1014
980
  "@commitlint/cli" "^17.1.2"
1015
981
  "@commitlint/config-conventional" "^17.8.1"
@@ -1259,13 +1225,6 @@
1259
1225
  resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
1260
1226
  integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
1261
1227
 
1262
- "@types/cli-progress@^3.11.0":
1263
- version "3.11.0"
1264
- resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.0.tgz#ec79df99b26757c3d1c7170af8422e0fc95eef7e"
1265
- integrity sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==
1266
- dependencies:
1267
- "@types/node" "*"
1268
-
1269
1228
  "@types/expect@^1.20.4":
1270
1229
  version "1.20.4"
1271
1230
  resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
@@ -6095,15 +6054,15 @@ object.values@^1.1.7:
6095
6054
  define-properties "^1.2.0"
6096
6055
  es-abstract "^1.22.1"
6097
6056
 
6098
- oclif@^4.1.0:
6099
- version "4.1.0"
6100
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
6101
- integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
6057
+ oclif@^4.1.3:
6058
+ version "4.1.3"
6059
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.3.tgz#07d3a6b16ff7e2e7c3fd06117fd745655c44abce"
6060
+ integrity sha512-9OmzHaOmn58BZZt8S2USh1gW5RFfa69cDfOtXCWUyYrcRdO4wIJ3DPb0xZ3UxHHbPZKsDImuP/A54weFMH2izw==
6102
6061
  dependencies:
6103
- "@oclif/core" "^3.0.4"
6104
- "@oclif/plugin-help" "^5.2.14"
6105
- "@oclif/plugin-not-found" "^2.3.32"
6106
- "@oclif/plugin-warn-if-update-available" "^3.0.0"
6062
+ "@oclif/core" "^3.16.0"
6063
+ "@oclif/plugin-help" "^6.0.9"
6064
+ "@oclif/plugin-not-found" "^3.0.7"
6065
+ "@oclif/plugin-warn-if-update-available" "^3.0.8"
6107
6066
  async-retry "^1.3.3"
6108
6067
  aws-sdk "^2.1231.0"
6109
6068
  change-case "^4"
@@ -6412,7 +6371,7 @@ pascal-case@^3.1.2:
6412
6371
  no-case "^3.0.4"
6413
6372
  tslib "^2.0.3"
6414
6373
 
6415
- password-prompt@^1.1.2, password-prompt@^1.1.3:
6374
+ password-prompt@^1.1.3:
6416
6375
  version "1.1.3"
6417
6376
  resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
6418
6377
  integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
@@ -6506,10 +6465,10 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
6506
6465
  readable-stream "^4.0.0"
6507
6466
  split2 "^4.0.0"
6508
6467
 
6509
- pino-pretty@^10.3.0:
6510
- version "10.3.0"
6511
- resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
6512
- integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
6468
+ pino-pretty@^10.3.1:
6469
+ version "10.3.1"
6470
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
6471
+ integrity sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==
6513
6472
  dependencies:
6514
6473
  colorette "^2.0.7"
6515
6474
  dateformat "^4.6.3"
@@ -7725,7 +7684,7 @@ ts-json-schema-generator@^1.5.0:
7725
7684
  safe-stable-stringify "^2.4.3"
7726
7685
  typescript "~5.3.2"
7727
7686
 
7728
- ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
7687
+ ts-node@^10.8.1, ts-node@^10.9.2:
7729
7688
  version "10.9.2"
7730
7689
  resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
7731
7690
  integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
@@ -7769,7 +7728,7 @@ tslib@^1.9.0:
7769
7728
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
7770
7729
  integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
7771
7730
 
7772
- tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.1, tslib@^2.6.2:
7731
+ tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.6.1, tslib@^2.6.2:
7773
7732
  version "2.6.2"
7774
7733
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
7775
7734
  integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
@@ -2019,5 +2019,5 @@
2019
2019
  ]
2020
2020
  }
2021
2021
  },
2022
- "version": "3.2.0"
2022
+ "version": "3.2.1"
2023
2023
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
3
  "description": "Commands to interact with Salesforce orgs",
4
- "version": "3.2.0",
4
+ "version": "3.2.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.15.1",
9
- "@salesforce/core": "^6.4.2",
9
+ "@salesforce/core": "^6.4.4",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^5.0.3",
12
12
  "@salesforce/source-deploy-retrieve": "^10.2.5",
@@ -17,13 +17,13 @@
17
17
  "devDependencies": {
18
18
  "@oclif/plugin-command-snapshot": "^5.0.5",
19
19
  "@salesforce/cli-plugins-testkit": "^5.1.3",
20
- "@salesforce/dev-scripts": "^8.1.3",
20
+ "@salesforce/dev-scripts": "^8.2.0",
21
21
  "@salesforce/plugin-command-reference": "^3.0.51",
22
22
  "@salesforce/ts-sinon": "1.4.19",
23
23
  "@types/shelljs": "^0.8.14",
24
24
  "eslint-plugin-sf-plugin": "^1.17.0",
25
25
  "moment": "^2.30.1",
26
- "oclif": "^4.1.0",
26
+ "oclif": "^4.1.3",
27
27
  "shelljs": "^0.8.5",
28
28
  "shx": "0.3.4",
29
29
  "ts-node": "^10.9.2",
@@ -225,7 +225,7 @@
225
225
  "output": []
226
226
  },
227
227
  "link-check": {
228
- "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
228
+ "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
229
229
  "files": [
230
230
  "./*.md",
231
231
  "./!(CHANGELOG).md",
@@ -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.2.0.crt",
241
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.2.0.sig"
240
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.2.1.crt",
241
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.2.1.sig"
242
242
  }
243
243
  }