@salesforce/plugin-org 3.3.3 → 3.3.4

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.3.3/src/commands/org/create/sandbox.ts)_
219
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/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.3.3/src/commands/org/create/scratch.ts)_
372
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/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.3.3/src/commands/org/delete/sandbox.ts)_
416
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/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.3.3/src/commands/org/delete/scratch.ts)_
458
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/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.3.3/src/commands/org/disable/tracking.ts)_
496
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/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.3.3/src/commands/org/display.ts)_
540
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/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.3.3/src/commands/org/enable/tracking.ts)_
581
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/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.3.3/src/commands/org/list.ts)_
619
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/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.3.3/src/commands/org/list/metadata.ts)_
684
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/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.3.3/src/commands/org/list/metadata-types.ts)_
738
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/list/metadata-types.ts)_
739
739
 
740
740
  ## `sf org open`
741
741
 
@@ -806,7 +806,7 @@ EXAMPLES
806
806
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
807
807
  ```
808
808
 
809
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/open.ts)_
809
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/open.ts)_
810
810
 
811
811
  ## `sf org resume sandbox`
812
812
 
@@ -868,7 +868,7 @@ FLAG DESCRIPTIONS
868
868
  returns the job ID. To resume checking the sandbox creation, rerun this command.
869
869
  ```
870
870
 
871
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/resume/sandbox.ts)_
871
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/resume/sandbox.ts)_
872
872
 
873
873
  ## `sf org resume scratch`
874
874
 
@@ -914,6 +914,6 @@ FLAG DESCRIPTIONS
914
914
  The job ID is valid for 24 hours after you start the scratch org creation.
915
915
  ```
916
916
 
917
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.3/src/commands/org/resume/scratch.ts)_
917
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.4/src/commands/org/resume/scratch.ts)_
918
918
 
919
919
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -996,7 +996,7 @@
996
996
  strip-ansi "6.0.1"
997
997
  ts-retry-promise "^0.7.1"
998
998
 
999
- "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7":
999
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7":
1000
1000
  version "6.4.7"
1001
1001
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
1002
1002
  integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
@@ -1507,13 +1507,13 @@
1507
1507
  "@typescript-eslint/types" "6.11.0"
1508
1508
  "@typescript-eslint/visitor-keys" "6.11.0"
1509
1509
 
1510
- "@typescript-eslint/scope-manager@6.16.0":
1511
- version "6.16.0"
1512
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
1513
- integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
1510
+ "@typescript-eslint/scope-manager@6.18.1":
1511
+ version "6.18.1"
1512
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.18.1.tgz#28c31c60f6e5827996aa3560a538693cb4bd3848"
1513
+ integrity sha512-BgdBwXPFmZzaZUuw6wKiHKIovms97a7eTImjkXCZE04TGHysG+0hDQPmygyvgtkoB/aOQwSM/nWv3LzrOIQOBw==
1514
1514
  dependencies:
1515
- "@typescript-eslint/types" "6.16.0"
1516
- "@typescript-eslint/visitor-keys" "6.16.0"
1515
+ "@typescript-eslint/types" "6.18.1"
1516
+ "@typescript-eslint/visitor-keys" "6.18.1"
1517
1517
 
1518
1518
  "@typescript-eslint/type-utils@6.11.0":
1519
1519
  version "6.11.0"
@@ -1530,10 +1530,10 @@
1530
1530
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
1531
1531
  integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
1532
1532
 
1533
- "@typescript-eslint/types@6.16.0":
1534
- version "6.16.0"
1535
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
1536
- integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
1533
+ "@typescript-eslint/types@6.18.1":
1534
+ version "6.18.1"
1535
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.1.tgz#91617d8080bcd99ac355d9157079970d1d49fefc"
1536
+ integrity sha512-4TuMAe+tc5oA7wwfqMtB0Y5OrREPF1GeJBAjqwgZh1lEMH5PJQgWgHGfYufVB51LtjD+peZylmeyxUXPfENLCw==
1537
1537
 
1538
1538
  "@typescript-eslint/typescript-estree@6.11.0":
1539
1539
  version "6.11.0"
@@ -1548,13 +1548,13 @@
1548
1548
  semver "^7.5.4"
1549
1549
  ts-api-utils "^1.0.1"
1550
1550
 
1551
- "@typescript-eslint/typescript-estree@6.16.0":
1552
- version "6.16.0"
1553
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
1554
- integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
1551
+ "@typescript-eslint/typescript-estree@6.18.1":
1552
+ version "6.18.1"
1553
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.1.tgz#a12b6440175b4cbc9d09ab3c4966c6b245215ab4"
1554
+ integrity sha512-fv9B94UAhywPRhUeeV/v+3SBDvcPiLxRZJw/xZeeGgRLQZ6rLMG+8krrJUyIf6s1ecWTzlsbp0rlw7n9sjufHA==
1555
1555
  dependencies:
1556
- "@typescript-eslint/types" "6.16.0"
1557
- "@typescript-eslint/visitor-keys" "6.16.0"
1556
+ "@typescript-eslint/types" "6.18.1"
1557
+ "@typescript-eslint/visitor-keys" "6.18.1"
1558
1558
  debug "^4.3.4"
1559
1559
  globby "^11.1.0"
1560
1560
  is-glob "^4.0.3"
@@ -1575,17 +1575,17 @@
1575
1575
  "@typescript-eslint/typescript-estree" "6.11.0"
1576
1576
  semver "^7.5.4"
1577
1577
 
1578
- "@typescript-eslint/utils@^6.13.2", "@typescript-eslint/utils@^6.7.5":
1579
- version "6.16.0"
1580
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
1581
- integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
1578
+ "@typescript-eslint/utils@^6.17.0", "@typescript-eslint/utils@^6.7.5":
1579
+ version "6.18.1"
1580
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.18.1.tgz#3451cfe2e56babb6ac657e10b6703393d4b82955"
1581
+ integrity sha512-zZmTuVZvD1wpoceHvoQpOiewmWu3uP9FuTWo8vqpy2ffsmfCE8mklRPi+vmnIYAIk9t/4kOThri2QCDgor+OpQ==
1582
1582
  dependencies:
1583
1583
  "@eslint-community/eslint-utils" "^4.4.0"
1584
1584
  "@types/json-schema" "^7.0.12"
1585
1585
  "@types/semver" "^7.5.0"
1586
- "@typescript-eslint/scope-manager" "6.16.0"
1587
- "@typescript-eslint/types" "6.16.0"
1588
- "@typescript-eslint/typescript-estree" "6.16.0"
1586
+ "@typescript-eslint/scope-manager" "6.18.1"
1587
+ "@typescript-eslint/types" "6.18.1"
1588
+ "@typescript-eslint/typescript-estree" "6.18.1"
1589
1589
  semver "^7.5.4"
1590
1590
 
1591
1591
  "@typescript-eslint/visitor-keys@6.11.0":
@@ -1596,12 +1596,12 @@
1596
1596
  "@typescript-eslint/types" "6.11.0"
1597
1597
  eslint-visitor-keys "^3.4.1"
1598
1598
 
1599
- "@typescript-eslint/visitor-keys@6.16.0":
1600
- version "6.16.0"
1601
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
1602
- integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
1599
+ "@typescript-eslint/visitor-keys@6.18.1":
1600
+ version "6.18.1"
1601
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.1.tgz#704d789bda2565a15475e7d22f145b8fe77443f4"
1602
+ integrity sha512-/kvt0C5lRqGoCfsbmm7/CwMqoSkY3zzHLIjdhHZQW3VFrnz7ATecOHR7nb7V+xn4286MBxfnQfQhAmCI0u+bJA==
1603
1603
  dependencies:
1604
- "@typescript-eslint/types" "6.16.0"
1604
+ "@typescript-eslint/types" "6.18.1"
1605
1605
  eslint-visitor-keys "^3.4.1"
1606
1606
 
1607
1607
  "@ungap/structured-clone@^1.2.0":
@@ -2337,10 +2337,10 @@ change-case@^4, change-case@^4.1.2:
2337
2337
  snake-case "^3.0.4"
2338
2338
  tslib "^2.0.3"
2339
2339
 
2340
- change-case@^5.3.0:
2341
- version "5.3.0"
2342
- resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.3.0.tgz#b2fc5a8bea0cf8b4856a5a9aaf79abd8ea5309f6"
2343
- integrity sha512-Eykca0fGS/xYlx2fG5NqnGSnsWauhSGiSXYhB1kO6E909GUfo8S54u4UZNS7lMJmgZumZ2SUpWaoLgAcfQRICg==
2340
+ change-case@^5.4.1:
2341
+ version "5.4.1"
2342
+ resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.1.tgz#edec6c906a8a1db8c5bdefcd4e4f49e7b21eaf9c"
2343
+ integrity sha512-Agf3w7rZRy4aLy0gQ0M/fhufTIxN17rFfUuQ8OxETDJhB8QdoxgDpd9FbbFOMocR7+3wiSv8KKrFVL6HfM1Ylw==
2344
2344
 
2345
2345
  chardet@^0.7.0:
2346
2346
  version "0.7.0"
@@ -3262,13 +3262,13 @@ eslint-plugin-perfectionist@^2.1.0:
3262
3262
  minimatch "^9.0.3"
3263
3263
  natural-compare-lite "^1.4.0"
3264
3264
 
3265
- eslint-plugin-sf-plugin@^1.17.0:
3266
- version "1.17.0"
3267
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.0.tgz#9a7e81cb63bc6f36aae7c7797f95e2179def7fd3"
3268
- integrity sha512-grW7leP0FJbKQZgDjBZanLSTYrus0itKaEmoflEuqTZSyqH4feP53rHby5ysbOnw9OvgZfuq9NSc0a/CzcIbtQ==
3265
+ eslint-plugin-sf-plugin@^1.17.2:
3266
+ version "1.17.2"
3267
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.2.tgz#c2e5b40fdae762d3166696f0d9a3664ff8359141"
3268
+ integrity sha512-N7o/rgpH5ImPwyGj7dByPwOeW7+VcA36/F35vUhL9NV8FOR35DDL8T+cX0HBGPWu4toSXjCmc2yEH52FdsnATg==
3269
3269
  dependencies:
3270
- "@salesforce/core" "^6.4.0"
3271
- "@typescript-eslint/utils" "^6.13.2"
3270
+ "@salesforce/core" "^6.4.7"
3271
+ "@typescript-eslint/utils" "^6.17.0"
3272
3272
 
3273
3273
  eslint-plugin-unicorn@^49.0.0:
3274
3274
  version "49.0.0"