Skip to content

Commit 6036049

Browse files
committed
chore: merge main
2 parents e7763a4 + c6881ac commit 6036049

File tree

4 files changed

+51
-35
lines changed

4 files changed

+51
-35
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [3.3.16](https://github.com/salesforcecli/plugin-org/compare/3.3.15...3.3.16) (2024-02-25)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 7.1.9 to 7.1.12 ([7f55922](https://github.com/salesforcecli/plugin-org/commit/7f55922f857f9ba5ed1adf4b7c95926fa2de498d))
6+
7+
## [3.3.15](https://github.com/salesforcecli/plugin-org/compare/3.3.14...3.3.15) (2024-02-25)
8+
9+
### Bug Fixes
10+
11+
- **deps:** bump change-case from 5.4.2 to 5.4.3 ([189585a](https://github.com/salesforcecli/plugin-org/commit/189585af1f59bd82d857868f85aa63bccb258aef))
12+
13+
## [3.3.14](https://github.com/salesforcecli/plugin-org/compare/3.3.13...3.3.14) (2024-02-21)
14+
15+
### Bug Fixes
16+
17+
- **deps:** bump ip from 1.1.8 to 1.1.9 ([ecb8bba](https://github.com/salesforcecli/plugin-org/commit/ecb8bbab01d260bece102d0b2e0f6841775ef0f2))
18+
19+
## [3.3.13](https://github.com/salesforcecli/plugin-org/compare/3.3.12...3.3.13) (2024-02-18)
20+
21+
### Bug Fixes
22+
23+
- **deps:** bump @salesforce/sf-plugins-core from 7.1.4 to 7.1.9 ([864eb6d](https://github.com/salesforcecli/plugin-org/commit/864eb6d63c5eb2ea5c9d19b36f3d035c058d57e4))
24+
125
## [3.3.12](https://github.com/salesforcecli/plugin-org/compare/3.3.11...3.3.12) (2024-02-11)
226

327
### Bug Fixes

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ FLAG DESCRIPTIONS
216216
sandbox.
217217
```
218218

219-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/src/commands/org/create/sandbox.ts)_
219+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.16/src/commands/org/create/sandbox.ts)_
220220

221221
## `sf org create scratch`
222222

@@ -369,7 +369,7 @@ FLAG DESCRIPTIONS
369369
Omit this flag to have Salesforce generate a unique username for your org.
370370
```
371371

372-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/src/commands/org/create/scratch.ts)_
372+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.16/src/commands/org/create/scratch.ts)_
373373

374374
## `sf org delete sandbox`
375375

@@ -413,7 +413,7 @@ EXAMPLES
413413
$ sf org delete sandbox --target-org my-sandbox --no-prompt
414414
```
415415

416-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/src/commands/org/delete/sandbox.ts)_
416+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.16/src/commands/org/delete/sandbox.ts)_
417417

418418
## `sf org delete scratch`
419419

@@ -455,7 +455,7 @@ EXAMPLES
455455
$ sf org delete scratch --target-org my-scratch-org --no-prompt
456456
```
457457

458-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/src/commands/org/delete/scratch.ts)_
458+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.16/src/commands/org/delete/scratch.ts)_
459459

460460
## `sf org disable tracking`
461461

@@ -493,7 +493,7 @@ EXAMPLES
493493
$ sf org disable tracking
494494
```
495495

496-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/src/commands/org/disable/tracking.ts)_
496+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.16/src/commands/org/disable/tracking.ts)_
497497

498498
## `sf org display`
499499

@@ -537,7 +537,7 @@ EXAMPLES
537537
$ sf org display --target-org TestOrg1 --verbose
538538
```
539539

540-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/src/commands/org/display.ts)_
540+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.16/src/commands/org/display.ts)_
541541

542542
## `sf org enable tracking`
543543

@@ -578,7 +578,7 @@ EXAMPLES
578578
$ sf org enable tracking
579579
```
580580

581-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/src/commands/org/enable/tracking.ts)_
581+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.16/src/commands/org/enable/tracking.ts)_
582582

583583
## `sf org list`
584584

@@ -616,7 +616,7 @@ EXAMPLES
616616
$ sf org list --clean
617617
```
618618

619-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/src/commands/org/list.ts)_
619+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.16/src/commands/org/list.ts)_
620620

621621
## `sf org list metadata`
622622

@@ -681,7 +681,7 @@ FLAG DESCRIPTIONS
681681
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
682682
```
683683

684-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/src/commands/org/list/metadata.ts)_
684+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.16/src/commands/org/list/metadata.ts)_
685685

686686
## `sf org list metadata-types`
687687

@@ -735,7 +735,7 @@ FLAG DESCRIPTIONS
735735
Override the api version used for api requests made by this command
736736
```
737737

738-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/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.16/src/commands/org/list/metadata-types.ts)_
739739

740740
## `sf org open`
741741

@@ -806,7 +806,7 @@ EXAMPLES
806806
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
807807
```
808808

809-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/src/commands/org/open.ts)_
809+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.16/src/commands/org/open.ts)_
810810

811811
## `sf org resume sandbox`
812812

@@ -868,7 +868,7 @@ FLAG DESCRIPTIONS
868868
returns the job ID. To resume checking the sandbox creation, rerun this command.
869869
```
870870

871-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/src/commands/org/resume/sandbox.ts)_
871+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.16/src/commands/org/resume/sandbox.ts)_
872872

873873
## `sf org resume scratch`
874874

@@ -914,6 +914,6 @@ FLAG DESCRIPTIONS
914914
The job ID is valid for 24 hours after you start the scratch org creation.
915915
```
916916

917-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.12/src/commands/org/resume/scratch.ts)_
917+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.16/src/commands/org/resume/scratch.ts)_
918918

919919
<!-- commandsstop -->

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-org",
33
"description": "Commands to interact with Salesforce orgs",
4-
"version": "3.3.12",
4+
"version": "3.3.16",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
@@ -11,20 +11,20 @@
1111
"@salesforce/sf-plugins-core": "^7.1.14",
1212
"@salesforce/source-deploy-retrieve": "^10.3.8",
1313
"chalk": "^5.3.0",
14-
"change-case": "^5.4.2",
14+
"change-case": "^5.4.3",
1515
"is-wsl": "^3.1.0",
1616
"open": "^10.0.3"
1717
},
1818
"devDependencies": {
19-
"@oclif/plugin-command-snapshot": "^5.0.6",
20-
"@salesforce/cli-plugins-testkit": "^5.1.8",
21-
"@salesforce/dev-scripts": "^8.3.0",
22-
"@salesforce/plugin-command-reference": "^3.0.65",
19+
"@oclif/plugin-command-snapshot": "^5.0.9",
20+
"@salesforce/cli-plugins-testkit": "^5.1.9",
21+
"@salesforce/dev-scripts": "^8.4.1",
22+
"@salesforce/plugin-command-reference": "^3.0.69",
2323
"@salesforce/ts-sinon": "1.4.19",
2424
"@types/shelljs": "^0.8.14",
2525
"eslint-plugin-sf-plugin": "^1.17.3",
2626
"moment": "^2.30.1",
27-
"oclif": "^4.4.2",
27+
"oclif": "^4.4.12",
2828
"shelljs": "^0.8.5",
2929
"ts-node": "^10.9.2",
3030
"typescript": "^5.3.3"

yarn.lock

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@
14691469
wordwrap "^1.0.0"
14701470
wrap-ansi "^7.0.0"
14711471

1472-
"@oclif/plugin-command-snapshot@^5.0.6":
1472+
"@oclif/plugin-command-snapshot@^5.0.9":
14731473
version "5.0.9"
14741474
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.9.tgz#d6d8e565602aab8581ee6d8f203a41d93f0679ea"
14751475
integrity sha512-lzvdYzGSW2/XGcH+RWyI+EfYcqDQ9Il7/EudTTKsODdhiry6B7IQoRxzs0soRB2myZTZrP+j2HcfG0XWrfXa4Q==
@@ -1617,7 +1617,7 @@
16171617
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
16181618
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
16191619

1620-
"@salesforce/cli-plugins-testkit@^5.1.8":
1620+
"@salesforce/cli-plugins-testkit@^5.1.9":
16211621
version "5.1.9"
16221622
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.9.tgz#c21b0d282c0d309141ca5e2fe47835530a24621d"
16231623
integrity sha512-8a9dwYdo2tXhVMrDe4ex8tjMYGuIwT9wlltB4+h3gt/IuowazjQGy5VWam08gsm3UT/FhhjZBdN0aKJPbD4wXA==
@@ -1661,7 +1661,7 @@
16611661
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
16621662
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
16631663

1664-
"@salesforce/dev-scripts@^8.3.0":
1664+
"@salesforce/dev-scripts@^8.4.1":
16651665
version "8.4.1"
16661666
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.4.1.tgz#538726304bc5c73c0a36d57e1b59f77eeab8b05a"
16671667
integrity sha512-qycbhwoRB+dFcw5BHZbW0AqvonQWTkq3QOWb1V7irbf7WFaE1/+Bs+YPfuc5+O7mhx++LER0EkcoeewbHjm0Gg==
@@ -1701,7 +1701,7 @@
17011701
"@salesforce/ts-types" "^2.0.9"
17021702
tslib "^2.6.2"
17031703

1704-
"@salesforce/plugin-command-reference@^3.0.65":
1704+
"@salesforce/plugin-command-reference@^3.0.69":
17051705
version "3.0.69"
17061706
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.69.tgz#e187706e6751a27d99047f8fe5b42cda8c6a8819"
17071707
integrity sha512-SVUx7CMdc9h10x1S1X50Vk5q8lNm53Erz+j8X1niAAqeoh/cubYrwChyJS8rhrToxLfV3OeHJ7NQsqovNqTzVg==
@@ -3391,7 +3391,7 @@ change-case@^4, change-case@^4.1.2:
33913391
snake-case "^3.0.4"
33923392
tslib "^2.0.3"
33933393

3394-
change-case@^5.4.2:
3394+
change-case@^5.4.3:
33953395
version "5.4.3"
33963396
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.3.tgz#26cb398945027c894a306198cc72933c3db13588"
33973397
integrity sha512-4cdyvorTy/lViZlVzw2O8/hHCLUuHqp4KpSSP3DlauhFCf3LdnfF+p5s0EAhjKsU7bqrMzu7iQArYfoPiHO2nw==
@@ -6584,7 +6584,7 @@ [email protected]:
65846584
is-plain-obj "^1.1.0"
65856585
kind-of "^6.0.3"
65866586

6587-
minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6:
6587+
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
65886588
version "1.2.8"
65896589
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
65906590
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
@@ -7176,7 +7176,7 @@ object.values@^1.1.7:
71767176
define-properties "^1.2.0"
71777177
es-abstract "^1.22.1"
71787178

7179-
oclif@^4.4.2:
7179+
oclif@^4.4.12:
71807180
version "4.4.19"
71817181
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.4.19.tgz#4f7a9185b8617e4ea9bc67ef0dfd5e7d23f865d7"
71827182
integrity sha512-hVF9OX7dLqKyUEmMOEZEk4ix5GXT9aWai23NkJDwc4qNrva3WigdcjC/t+E7BkKg/3IrX+/oACMaRFjVj12+Lg==
@@ -8282,14 +8282,6 @@ shiki@^0.14.7:
82828282
vscode-oniguruma "^1.7.0"
82838283
vscode-textmate "^8.0.0"
82848284

8285-
8286-
version "0.3.4"
8287-
resolved "https://registry.yarnpkg.com/shx/-/shx-0.3.4.tgz#74289230b4b663979167f94e1935901406e40f02"
8288-
integrity sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==
8289-
dependencies:
8290-
minimist "^1.2.3"
8291-
shelljs "^0.8.5"
8292-
82938285
side-channel@^1.0.4:
82948286
version "1.0.5"
82958287
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.5.tgz#9a84546599b48909fb6af1211708d23b1946221b"

0 commit comments

Comments
 (0)