Skip to content

Commit 4ac45bc

Browse files
committed
chore(release): 3.6.0 [skip ci]
1 parent fd045ee commit 4ac45bc

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [3.6.0](https://github.com/salesforcecli/plugin-org/compare/3.5.1...3.6.0) (2024-03-25)
2+
3+
### Features
4+
5+
- bump sf-plugins-core ([#999](https://github.com/salesforcecli/plugin-org/issues/999)) ([fd045ee](https://github.com/salesforcecli/plugin-org/commit/fd045eedf796cd0a626375cb55de77c575e515a0))
6+
17
## [3.5.1](https://github.com/salesforcecli/plugin-org/compare/3.5.0...3.5.1) (2024-03-24)
28

39
### Bug Fixes

README.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ FLAG DESCRIPTIONS
229229
sandbox.
230230
```
231231

232-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/create/sandbox.ts)_
232+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/create/sandbox.ts)_
233233

234234
## `sf org create scratch`
235235

@@ -249,8 +249,7 @@ FLAGS
249249
-i, --client-id=<value> Consumer key of the Dev Hub connected app.
250250
-t, --[no-]track-source Use source tracking for this scratch org. Set --no-track-source to disable source
251251
tracking.
252-
-v, --target-dev-hub=<value> (required) [default: [email protected]] Username or alias of the Dev Hub
253-
org.
252+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
254253
-w, --wait=<minutes> Number of minutes to wait for the scratch org to be ready.
255254
-y, --duration-days=<days> Number of days before the org expires.
256255
--api-version=<value> Override the api version used for api requests made by this command
@@ -384,7 +383,7 @@ FLAG DESCRIPTIONS
384383
Omit this flag to have Salesforce generate a unique username for your org.
385384
```
386385

387-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/create/scratch.ts)_
386+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/create/scratch.ts)_
388387

389388
## `sf org delete sandbox`
390389

@@ -429,7 +428,7 @@ EXAMPLES
429428
$ sf org delete sandbox --target-org my-sandbox --no-prompt
430429
```
431430

432-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/delete/sandbox.ts)_
431+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/delete/sandbox.ts)_
433432

434433
## `sf org delete scratch`
435434

@@ -472,7 +471,7 @@ EXAMPLES
472471
$ sf org delete scratch --target-org my-scratch-org --no-prompt
473472
```
474473

475-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/delete/scratch.ts)_
474+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/delete/scratch.ts)_
476475

477476
## `sf org disable tracking`
478477

@@ -511,7 +510,7 @@ EXAMPLES
511510
$ sf org disable tracking
512511
```
513512

514-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/disable/tracking.ts)_
513+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/disable/tracking.ts)_
515514

516515
## `sf org display`
517516

@@ -556,7 +555,7 @@ EXAMPLES
556555
$ sf org display --target-org TestOrg1 --verbose
557556
```
558557

559-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/display.ts)_
558+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/display.ts)_
560559

561560
## `sf org enable tracking`
562561

@@ -598,7 +597,7 @@ EXAMPLES
598597
$ sf org enable tracking
599598
```
600599

601-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/enable/tracking.ts)_
600+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/enable/tracking.ts)_
602601

603602
## `sf org list`
604603

@@ -637,7 +636,7 @@ EXAMPLES
637636
$ sf org list --clean
638637
```
639638

640-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/list.ts)_
639+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/list.ts)_
641640

642641
## `sf org list metadata`
643642

@@ -704,7 +703,7 @@ FLAG DESCRIPTIONS
704703
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
705704
```
706705

707-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/list/metadata.ts)_
706+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/list/metadata.ts)_
708707

709708
## `sf org list metadata-types`
710709

@@ -759,7 +758,7 @@ FLAG DESCRIPTIONS
759758
Override the api version used for api requests made by this command
760759
```
761760

762-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/list/metadata-types.ts)_
761+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/list/metadata-types.ts)_
763762

764763
## `sf org open`
765764

@@ -831,7 +830,7 @@ EXAMPLES
831830
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
832831
```
833832

834-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/open.ts)_
833+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/open.ts)_
835834

836835
## `sf org refresh sandbox`
837836

@@ -884,9 +883,7 @@ EXAMPLES
884883
$ sf org refresh sandbox --definition-file devSbx3-config.json --target-org prodOrg
885884
886885
FLAG DESCRIPTIONS
887-
-f, --definition-file=<value>
888-
889-
Path to a sandbox definition file for overriding its configuration when you refresh it.
886+
-f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh it.
890887
891888
The sandbox definition file is a blueprint for the sandbox; use the file to change the sandbox configuration during
892889
a refresh. If you don't want to change the sandbox configuration when you refresh it, then simply use the --name
@@ -910,7 +907,7 @@ FLAG DESCRIPTIONS
910907
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
911908
```
912909

913-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/refresh/sandbox.ts)_
910+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/refresh/sandbox.ts)_
914911

915912
## `sf org resume sandbox`
916913

@@ -973,7 +970,7 @@ FLAG DESCRIPTIONS
973970
returns the job ID. To resume checking the sandbox creation, rerun this command.
974971
```
975972

976-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/resume/sandbox.ts)_
973+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/resume/sandbox.ts)_
977974

978975
## `sf org resume scratch`
979976

@@ -1020,6 +1017,6 @@ FLAG DESCRIPTIONS
10201017
The job ID is valid for 24 hours after you start the scratch org creation.
10211018
```
10221019

1023-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/resume/scratch.ts)_
1020+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.0/src/commands/org/resume/scratch.ts)_
10241021

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

0 commit comments

Comments
 (0)