Skip to content

Commit ecfe731

Browse files
committed
chore(release): 3.4.2 [skip ci]
1 parent c2db2f7 commit ecfe731

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.4.2](https://github.com/salesforcecli/plugin-org/compare/3.4.1...3.4.2) (2024-03-10)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 3.20.0 to 3.23.0 ([83c214b](https://github.com/salesforcecli/plugin-org/commit/83c214b742a55eecd7f6af2ff79d436f6800424b))
6+
17
## [3.4.1](https://github.com/salesforcecli/plugin-org/compare/3.4.0...3.4.1) (2024-02-29)
28

39
### Bug Fixes

README.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ FLAG DESCRIPTIONS
227227
sandbox.
228228
```
229229

230-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/create/sandbox.ts)_
230+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/create/sandbox.ts)_
231231

232232
## `sf org create scratch`
233233

@@ -380,7 +380,7 @@ FLAG DESCRIPTIONS
380380
Omit this flag to have Salesforce generate a unique username for your org.
381381
```
382382

383-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/create/scratch.ts)_
383+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/create/scratch.ts)_
384384

385385
## `sf org delete sandbox`
386386

@@ -424,7 +424,7 @@ EXAMPLES
424424
$ sf org delete sandbox --target-org my-sandbox --no-prompt
425425
```
426426

427-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/delete/sandbox.ts)_
427+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/delete/sandbox.ts)_
428428

429429
## `sf org delete scratch`
430430

@@ -466,7 +466,7 @@ EXAMPLES
466466
$ sf org delete scratch --target-org my-scratch-org --no-prompt
467467
```
468468

469-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/delete/scratch.ts)_
469+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/delete/scratch.ts)_
470470

471471
## `sf org disable tracking`
472472

@@ -504,7 +504,7 @@ EXAMPLES
504504
$ sf org disable tracking
505505
```
506506

507-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/disable/tracking.ts)_
507+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/disable/tracking.ts)_
508508

509509
## `sf org display`
510510

@@ -548,7 +548,7 @@ EXAMPLES
548548
$ sf org display --target-org TestOrg1 --verbose
549549
```
550550

551-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/display.ts)_
551+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/display.ts)_
552552

553553
## `sf org enable tracking`
554554

@@ -589,7 +589,7 @@ EXAMPLES
589589
$ sf org enable tracking
590590
```
591591

592-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/enable/tracking.ts)_
592+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/enable/tracking.ts)_
593593

594594
## `sf org list`
595595

@@ -627,7 +627,7 @@ EXAMPLES
627627
$ sf org list --clean
628628
```
629629

630-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/list.ts)_
630+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/list.ts)_
631631

632632
## `sf org list metadata`
633633

@@ -692,7 +692,7 @@ FLAG DESCRIPTIONS
692692
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
693693
```
694694

695-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/list/metadata.ts)_
695+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/list/metadata.ts)_
696696

697697
## `sf org list metadata-types`
698698

@@ -746,7 +746,7 @@ FLAG DESCRIPTIONS
746746
Override the api version used for api requests made by this command
747747
```
748748

749-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/list/metadata-types.ts)_
749+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/list/metadata-types.ts)_
750750

751751
## `sf org open`
752752

@@ -817,16 +817,16 @@ EXAMPLES
817817
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
818818
```
819819

820-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/open.ts)_
820+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/open.ts)_
821821

822822
## `sf org refresh sandbox`
823823

824824
Refresh a sandbox org using the sandbox name.
825825

826826
```
827827
USAGE
828-
$ sf org refresh sandbox -o <value> [--json] [--auto-activate] [-w <value> | --async] [-i <value> | ] [-n <value>] [-f
829-
<value>] [--no-prompt]
828+
$ sf org refresh sandbox -o <value> [--json] [--no-auto-activate] [-w <value> | --async] [-i <value> | ] [-n <value>]
829+
[-f <value>] [--no-prompt]
830830
831831
FLAGS
832832
-f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh it.
@@ -835,7 +835,7 @@ FLAGS
835835
-o, --target-org=<value> (required) Username or alias of the production org that contains the sandbox license.
836836
-w, --wait=<minutes> [default: 30 minutes] Number of minutes to poll for sandbox refresh status.
837837
--async Request the sandbox refresh, but don't wait for it to complete.
838-
--[no-]auto-activate Activates the sandbox after a successful refresh.
838+
--no-auto-activate Disable auto-activation of the sandbox after a successful refresh.
839839
--no-prompt Don't prompt for confirmation about the sandbox refresh.
840840
841841
GLOBAL FLAGS
@@ -887,9 +887,13 @@ FLAG DESCRIPTIONS
887887
888888
The command immediately displays the job ID and returns control of the terminal to you. This way, you can continue
889889
to use the CLI. To check the status of the sandbox refresh, run "sf org resume sandbox".
890+
891+
--no-auto-activate Disable auto-activation of the sandbox after a successful refresh.
892+
893+
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
890894
```
891895

892-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/refresh/sandbox.ts)_
896+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/refresh/sandbox.ts)_
893897

894898
## `sf org resume sandbox`
895899

@@ -951,7 +955,7 @@ FLAG DESCRIPTIONS
951955
returns the job ID. To resume checking the sandbox creation, rerun this command.
952956
```
953957

954-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/resume/sandbox.ts)_
958+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/resume/sandbox.ts)_
955959

956960
## `sf org resume scratch`
957961

@@ -997,6 +1001,6 @@ FLAG DESCRIPTIONS
9971001
The job ID is valid for 24 hours after you start the scratch org creation.
9981002
```
9991003

1000-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/resume/scratch.ts)_
1004+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.2/src/commands/org/resume/scratch.ts)_
10011005

10021006
<!-- 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.4.1",
4+
"version": "3.4.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)