@salesforce/plugin-org 3.0.2 → 3.0.3

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
@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
160
160
  for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
161
161
  ```
162
162
 
163
- _See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/force/org/clone.ts)_
163
+ _See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/force/org/clone.ts)_
164
164
 
165
165
  ## `sf force org create`
166
166
 
@@ -208,7 +208,7 @@ EXAMPLES
208
208
  $ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
209
209
  ```
210
210
 
211
- _See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/force/org/create.ts)_
211
+ _See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/force/org/create.ts)_
212
212
 
213
213
  ## `sf force org delete`
214
214
 
@@ -240,7 +240,7 @@ EXAMPLES
240
240
  $ sf force org delete -u MyOrgAlias -p
241
241
  ```
242
242
 
243
- _See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/force/org/delete.ts)_
243
+ _See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/force/org/delete.ts)_
244
244
 
245
245
  ## `sf force org status`
246
246
 
@@ -278,7 +278,7 @@ EXAMPLES
278
278
  $ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
279
279
  ```
280
280
 
281
- _See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/force/org/status.ts)_
281
+ _See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/force/org/status.ts)_
282
282
 
283
283
  ## `sf org create sandbox`
284
284
 
@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
383
383
  sandbox.
384
384
  ```
385
385
 
386
- _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/create/sandbox.ts)_
386
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/org/create/sandbox.ts)_
387
387
 
388
388
  ## `sf org create scratch`
389
389
 
@@ -536,7 +536,7 @@ FLAG DESCRIPTIONS
536
536
  Omit this flag to have Salesforce generate a unique username for your org.
537
537
  ```
538
538
 
539
- _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/create/scratch.ts)_
539
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/org/create/scratch.ts)_
540
540
 
541
541
  ## `sf org delete sandbox`
542
542
 
@@ -580,7 +580,7 @@ EXAMPLES
580
580
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
581
581
  ```
582
582
 
583
- _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/delete/sandbox.ts)_
583
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/org/delete/sandbox.ts)_
584
584
 
585
585
  ## `sf org delete scratch`
586
586
 
@@ -622,7 +622,7 @@ EXAMPLES
622
622
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
623
623
  ```
624
624
 
625
- _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/delete/scratch.ts)_
625
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/org/delete/scratch.ts)_
626
626
 
627
627
  ## `sf org display`
628
628
 
@@ -665,7 +665,7 @@ EXAMPLES
665
665
  $ sf org display --target-org TestOrg1 --verbose
666
666
  ```
667
667
 
668
- _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/display.ts)_
668
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/org/display.ts)_
669
669
 
670
670
  ## `sf org list`
671
671
 
@@ -703,7 +703,7 @@ EXAMPLES
703
703
  $ sf org list --clean
704
704
  ```
705
705
 
706
- _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/list.ts)_
706
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/org/list.ts)_
707
707
 
708
708
  ## `sf org list metadata`
709
709
 
@@ -767,7 +767,7 @@ FLAG DESCRIPTIONS
767
767
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
768
768
  ```
769
769
 
770
- _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/list/metadata.ts)_
770
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/org/list/metadata.ts)_
771
771
 
772
772
  ## `sf org list metadata-types`
773
773
 
@@ -820,7 +820,7 @@ FLAG DESCRIPTIONS
820
820
  Override the api version used for api requests made by this command
821
821
  ```
822
822
 
823
- _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/list/metadata-types.ts)_
823
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/org/list/metadata-types.ts)_
824
824
 
825
825
  ## `sf org open`
826
826
 
@@ -885,7 +885,7 @@ EXAMPLES
885
885
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
886
886
  ```
887
887
 
888
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/open.ts)_
888
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/org/open.ts)_
889
889
 
890
890
  ## `sf org resume sandbox`
891
891
 
@@ -947,7 +947,7 @@ FLAG DESCRIPTIONS
947
947
  returns the job ID. To resume checking the sandbox creation, rerun this command.
948
948
  ```
949
949
 
950
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/resume/sandbox.ts)_
950
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/org/resume/sandbox.ts)_
951
951
 
952
952
  ## `sf org resume scratch`
953
953
 
@@ -993,6 +993,6 @@ FLAG DESCRIPTIONS
993
993
  The job ID is valid for 24 hours after you start the scratch org creation.
994
994
  ```
995
995
 
996
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.2/src/commands/org/resume/scratch.ts)_
996
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.3/src/commands/org/resume/scratch.ts)_
997
997
 
998
998
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -968,22 +968,22 @@
968
968
  resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
969
969
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
970
970
 
971
- "@salesforce/cli-plugins-testkit@^5.0.2":
972
- version "5.0.2"
973
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.2.tgz#be35c0b449223ee50e395aba7e1b4ccb1a5e49d7"
974
- integrity sha512-piHWPnbkwytudtc3VntfyECa3NzxngecM7/hka2rooLWs7NZCLcJoAEvYDWNRGgNa0Yw6gefBJVNivoVpfNSKQ==
971
+ "@salesforce/cli-plugins-testkit@^5.0.3":
972
+ version "5.0.3"
973
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.3.tgz#c1b066d499f9d29f918a9337c37e0d01a9313631"
974
+ integrity sha512-fIW7xdyUNb8pPn8hUtIR2zsCD+dXTK7WC0OJG5m+XMM/LTLFTh31ygaKEACbdWlrpJSySfB2WOmOPMx5cRZsPQ==
975
975
  dependencies:
976
976
  "@salesforce/core" "^5.3.17"
977
977
  "@salesforce/kit" "^3.0.15"
978
978
  "@salesforce/ts-types" "^2.0.6"
979
- "@types/shelljs" "^0.8.14"
979
+ "@types/shelljs" "^0.8.15"
980
980
  debug "^4.3.1"
981
981
  jszip "^3.10.1"
982
982
  shelljs "^0.8.4"
983
983
  strip-ansi "6.0.1"
984
984
  ts-retry-promise "^0.7.1"
985
985
 
986
- "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.14", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.18":
986
+ "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.18":
987
987
  version "5.3.18"
988
988
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.18.tgz#c0b7b59fbef7f0689e88968c614dd1ae2c420f02"
989
989
  integrity sha512-/Ag7elFngTT13PRblSPJPB2Q+xk3jR2SX8bYa83fcQljVF7ApGB5qtFpauXmUv8lgRnN+F01HNqM16iszAMP9w==
@@ -1087,15 +1087,16 @@
1087
1087
  chalk "^4"
1088
1088
  inquirer "^8.2.5"
1089
1089
 
1090
- "@salesforce/sf-plugins-core@^4.0.0":
1091
- version "4.0.0"
1092
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0.tgz#587d8131531b7a53392d73bc4d6d0b0fd75b7e08"
1093
- integrity sha512-rg0HeqJ4GsyJjow+Rs7icicm7c3Tp43XmwfVUurN/8mKdtG8vR0d5DmZapKP7+r45Mqtlgpkzp2fSjr5fjadNg==
1090
+ "@salesforce/sf-plugins-core@^4.1.1":
1091
+ version "4.1.1"
1092
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.1.tgz#685843bf9fbb1c2e448b922a1399dde1808ed549"
1093
+ integrity sha512-oyRjy/WpU7F8sVWwsUuxZ+WnfnJ4s/60dsIOXyKYezHfywMp8APPmZwETpyFTkKl23rZQT1vciFwTDKXYEP82A==
1094
1094
  dependencies:
1095
1095
  "@oclif/core" "^3.0.0"
1096
1096
  "@salesforce/core" "^5.3.1"
1097
1097
  "@salesforce/kit" "^3.0.13"
1098
1098
  "@salesforce/ts-types" "^2.0.7"
1099
+ "@types/inquirer" "^8.2.3"
1099
1100
  chalk "^4"
1100
1101
  inquirer "^8.2.5"
1101
1102
 
@@ -1299,6 +1300,14 @@
1299
1300
  resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
1300
1301
  integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
1301
1302
 
1303
+ "@types/inquirer@^8.2.3":
1304
+ version "8.2.10"
1305
+ resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.10.tgz#9444dce2d764c35bc5bb4d742598aaa4acb6561b"
1306
+ integrity sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==
1307
+ dependencies:
1308
+ "@types/through" "*"
1309
+ rxjs "^7.2.0"
1310
+
1302
1311
  "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
1303
1312
  version "7.0.12"
1304
1313
  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
@@ -1392,10 +1401,10 @@
1392
1401
  resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
1393
1402
  integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
1394
1403
 
1395
- "@types/shelljs@^0.8.14":
1396
- version "0.8.14"
1397
- resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.14.tgz#87b8817b2397ffe97b86a4d844036ee0d2a1f0ca"
1398
- integrity sha512-eqKaGPi60riuxI9pUVeCT02EGo94Y6HT119h7w5bXSELsis6+JqzdEy6H/w2xXl881wcN3VDnb/D0WlgSety5w==
1404
+ "@types/shelljs@^0.8.14", "@types/shelljs@^0.8.15":
1405
+ version "0.8.15"
1406
+ resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
1407
+ integrity sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==
1399
1408
  dependencies:
1400
1409
  "@types/glob" "~7.2.0"
1401
1410
  "@types/node" "*"
@@ -1412,6 +1421,13 @@
1412
1421
  resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz#bf2e02a3dbd4aecaf95942ecd99b7402e03fad5e"
1413
1422
  integrity sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==
1414
1423
 
1424
+ "@types/through@*":
1425
+ version "0.0.33"
1426
+ resolved "https://registry.yarnpkg.com/@types/through/-/through-0.0.33.tgz#14ebf599320e1c7851e7d598149af183c6b9ea56"
1427
+ integrity sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==
1428
+ dependencies:
1429
+ "@types/node" "*"
1430
+
1415
1431
  "@types/vinyl@^2.0.4":
1416
1432
  version "2.0.7"
1417
1433
  resolved "https://registry.yarnpkg.com/@types/vinyl/-/vinyl-2.0.7.tgz#9739a9a2afaf9af32761c54a0e82c735279f726c"
@@ -3222,12 +3238,12 @@ eslint-plugin-perfectionist@^2.1.0:
3222
3238
  minimatch "^9.0.3"
3223
3239
  natural-compare-lite "^1.4.0"
3224
3240
 
3225
- eslint-plugin-sf-plugin@^1.16.13:
3226
- version "1.16.13"
3227
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.13.tgz#e3ba9ee0014c96b414af67c6aa9e8578451a01fd"
3228
- integrity sha512-Cj8r7GXrSrQ7iia78sBOGZH7VFa2/7wl5a3dtoVyIx3bp/Oq7P1yOSPofg13bdH2gZr4O+/3JNxXXvj+kqvE9A==
3241
+ eslint-plugin-sf-plugin@^1.16.14:
3242
+ version "1.16.14"
3243
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.14.tgz#64138f6c597ad7b750d9d7615894e2fe504852ec"
3244
+ integrity sha512-numvHHhJjExz4ojxK3O25G8Vh8pXtMgZzwEaKGGsKaOJFm4rmSS2NabmfkRPYX2NCO/xn4eNHm1iGTnnQywGvg==
3229
3245
  dependencies:
3230
- "@salesforce/core" "^5.3.14"
3246
+ "@salesforce/core" "^5.3.17"
3231
3247
  "@typescript-eslint/utils" "^5.59.11"
3232
3248
 
3233
3249
  eslint-plugin-unicorn@^49.0.0:
@@ -6993,6 +7009,13 @@ rxjs@^6.6.0:
6993
7009
  dependencies:
6994
7010
  tslib "^1.9.0"
6995
7011
 
7012
+ rxjs@^7.2.0:
7013
+ version "7.8.1"
7014
+ resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
7015
+ integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
7016
+ dependencies:
7017
+ tslib "^2.1.0"
7018
+
6996
7019
  rxjs@^7.5.5:
6997
7020
  version "7.8.0"
6998
7021
  resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4"