Skip to content

Commit 48c8844

Browse files
committed
chore(release): 3.3.0 [skip ci]
1 parent 3bb3176 commit 48c8844

File tree

3 files changed

+28
-18
lines changed

3 files changed

+28
-18
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [3.3.0](https://github.com/salesforcecli/plugin-org/compare/3.2.2...3.3.0) (2024-01-10)
2+
3+
### Features
4+
5+
- frontdoor via post + `--private` flag ([#913](https://github.com/salesforcecli/plugin-org/issues/913)) ([3bb3176](https://github.com/salesforcecli/plugin-org/commit/3bb3176e9b621431802f45ef052088d32594b24f))
6+
17
## [3.2.2](https://github.com/salesforcecli/plugin-org/compare/3.2.1...3.2.2) (2024-01-09)
28

39
### Bug Fixes

README.md

Lines changed: 21 additions & 17 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.2.1/src/commands/org/create/sandbox.ts)_
219+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/create/sandbox.ts)_
220220

221221
## `sf org create scratch`
222222

@@ -236,8 +236,7 @@ FLAGS
236236
-i, --client-id=<value> Consumer key of the Dev Hub connected app.
237237
-t, --[no-]track-source Use source tracking for this scratch org. Set --no-track-source to disable source
238238
tracking.
239-
-v, --target-dev-hub=<value> (required) [default: [email protected]] Username or alias of the Dev Hub
240-
org.
239+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
241240
-w, --wait=<minutes> [default: 5 minutes] Number of minutes to wait for the scratch org to be ready.
242241
-y, --duration-days=<days> [default: 7 days] Number of days before the org expires.
243242
--api-version=<value> Override the api version used for api requests made by this command
@@ -370,7 +369,7 @@ FLAG DESCRIPTIONS
370369
Omit this flag to have Salesforce generate a unique username for your org.
371370
```
372371

373-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/src/commands/org/create/scratch.ts)_
372+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/create/scratch.ts)_
374373

375374
## `sf org delete sandbox`
376375

@@ -414,7 +413,7 @@ EXAMPLES
414413
$ sf org delete sandbox --target-org my-sandbox --no-prompt
415414
```
416415

417-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/src/commands/org/delete/sandbox.ts)_
416+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/delete/sandbox.ts)_
418417

419418
## `sf org delete scratch`
420419

@@ -456,7 +455,7 @@ EXAMPLES
456455
$ sf org delete scratch --target-org my-scratch-org --no-prompt
457456
```
458457

459-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/src/commands/org/delete/scratch.ts)_
458+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/delete/scratch.ts)_
460459

461460
## `sf org disable tracking`
462461

@@ -494,7 +493,7 @@ EXAMPLES
494493
$ sf org disable tracking
495494
```
496495

497-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/src/commands/org/disable/tracking.ts)_
496+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/disable/tracking.ts)_
498497

499498
## `sf org display`
500499

@@ -538,7 +537,7 @@ EXAMPLES
538537
$ sf org display --target-org TestOrg1 --verbose
539538
```
540539

541-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/src/commands/org/display.ts)_
540+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/display.ts)_
542541

543542
## `sf org enable tracking`
544543

@@ -579,7 +578,7 @@ EXAMPLES
579578
$ sf org enable tracking
580579
```
581580

582-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/src/commands/org/enable/tracking.ts)_
581+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/enable/tracking.ts)_
583582

584583
## `sf org list`
585584

@@ -617,7 +616,7 @@ EXAMPLES
617616
$ sf org list --clean
618617
```
619618

620-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/src/commands/org/list.ts)_
619+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/list.ts)_
621620

622621
## `sf org list metadata`
623622

@@ -682,7 +681,7 @@ FLAG DESCRIPTIONS
682681
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
683682
```
684683

685-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/src/commands/org/list/metadata.ts)_
684+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/list/metadata.ts)_
686685

687686
## `sf org list metadata-types`
688687

@@ -736,16 +735,16 @@ FLAG DESCRIPTIONS
736735
Override the api version used for api requests made by this command
737736
```
738737

739-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/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.0/src/commands/org/list/metadata-types.ts)_
740739

741740
## `sf org open`
742741

743742
Open your default scratch org, or another specified org, in a browser.
744743

745744
```
746745
USAGE
747-
$ sf org open -o <value> [--json] [--api-version <value>] [-b chrome|edge|firefox | -r] [-p <value> | -f
748-
<value>]
746+
$ sf org open -o <value> [--json] [--api-version <value>] [--private | -r | -b chrome|edge|firefox] [-p
747+
<value> | -f <value>]
749748
750749
FLAGS
751750
-b, --browser=<option> Browser where the org opens.
@@ -756,6 +755,7 @@ FLAGS
756755
-p, --path=<value> Navigation URL path to open a specific page.
757756
-r, --url-only Display navigation URL, but don’t launch browser.
758757
--api-version=<value> Override the api version used for api requests made by this command
758+
--private Open the org in the default browser using private (incognito) mode.
759759
760760
GLOBAL FLAGS
761761
--json Format output as json.
@@ -784,6 +784,10 @@ EXAMPLES
784784
785785
$ sf org open
786786
787+
Open your default org in an incognito window of your default browser:
788+
789+
$ sf org open --private
790+
787791
Open the org with alias MyTestOrg1 in the Firefox browser:
788792
789793
$ sf org open --target-org MyTestOrg1 --browser firefox
@@ -802,7 +806,7 @@ EXAMPLES
802806
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
803807
```
804808

805-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/src/commands/org/open.ts)_
809+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/open.ts)_
806810

807811
## `sf org resume sandbox`
808812

@@ -864,7 +868,7 @@ FLAG DESCRIPTIONS
864868
returns the job ID. To resume checking the sandbox creation, rerun this command.
865869
```
866870

867-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/src/commands/org/resume/sandbox.ts)_
871+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/resume/sandbox.ts)_
868872

869873
## `sf org resume scratch`
870874

@@ -910,6 +914,6 @@ FLAG DESCRIPTIONS
910914
The job ID is valid for 24 hours after you start the scratch org creation.
911915
```
912916

913-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.2.1/src/commands/org/resume/scratch.ts)_
917+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/resume/scratch.ts)_
914918

915919
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
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.2.2",
4+
"version": "3.3.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)