Skip to content

Commit 2f64aa1

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.5 [ci skip]
1 parent cf2c1c6 commit 2f64aa1

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.5](https://github.com/salesforcecli/plugin-org/compare/v2.0.4...v2.0.5) (2022-07-15)
6+
7+
### Bug Fixes
8+
9+
- set scratch org duration to 7days by default ([1884454](https://github.com/salesforcecli/plugin-org/commit/188445420d753e8c8088e38a87ef045bed3d9c13))
10+
511
### [2.0.4](https://github.com/salesforcecli/plugin-org/compare/v2.0.3...v2.0.4) (2022-07-15)
612

713
### Bug Fixes

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ FLAGS
100100
-a, --setalias=<value> alias for the created org
101101
-c, --noancestors do not include second-generation
102102
package ancestors in the scratch org
103-
-d, --durationdays=<value> duration of the scratch org (in
104-
days) (default:7, min:1, max:30)
103+
-d, --durationdays=<value> [default: 7] duration of the scratch
104+
org (in days) (default:7, min:1,
105+
max:30)
105106
-f, --definitionfile=<value> path to an org definition file
106107
-i, --clientid=<value> connected app consumer key; not
107108
supported for sandbox org creation
@@ -142,7 +143,7 @@ EXAMPLES
142143
$ sfdx force:org:create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
143144
```
144145

145-
_See code: [src/commands/force/org/beta/create.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.3/src/commands/force/org/beta/create.ts)_
146+
_See code: [src/commands/force/org/beta/create.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.4/src/commands/force/org/beta/create.ts)_
146147

147148
## `sfdx force:org:clone [name=value...] -t sandbox [-f <filepath>] [-s] [-a <string>] [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
148149

@@ -186,7 +187,7 @@ EXAMPLES
186187
$ sfdx force:org:clone -t sandbox SandboxName=NewClonedSandbox SourceSandboxName=ExistingSandbox -u prodOrg -a MyDevSandbox
187188
```
188189

189-
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.3/src/commands/force/org/clone.ts)_
190+
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.4/src/commands/force/org/clone.ts)_
190191

191192
## `sfdx force:org:delete [-p] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
192193

@@ -220,7 +221,7 @@ EXAMPLES
220221
$ sfdx force:org:delete -u MyOrgAlias -p
221222
```
222223

223-
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.3/src/commands/force/org/delete.ts)_
224+
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.4/src/commands/force/org/delete.ts)_
224225

225226
## `sfdx force:org:display [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
226227

@@ -264,7 +265,7 @@ EXAMPLES
264265
$ sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json
265266
```
266267

267-
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.3/src/commands/force/org/display.ts)_
268+
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.4/src/commands/force/org/display.ts)_
268269

269270
## `sfdx force:org:list [--all] [-p --clean] [--skipconnectionstatus] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
270271

@@ -301,7 +302,7 @@ EXAMPLES
301302
$ sfdx force:org:list --verbose --json > tmp/MyOrgList.json
302303
```
303304

304-
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.3/src/commands/force/org/list.ts)_
305+
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.4/src/commands/force/org/list.ts)_
305306

306307
## `sfdx force:org:open [-b <string> | -r] [-p <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
307308

@@ -351,7 +352,7 @@ EXAMPLES
351352
$ sfdx force:org:open -u [email protected] -b firefox
352353
```
353354

354-
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.3/src/commands/force/org/open.ts)_
355+
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.4/src/commands/force/org/open.ts)_
355356

356357
## `sfdx force:org:status -n <string> [-s] [-a <string>] [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
357358

@@ -397,6 +398,6 @@ EXAMPLES
397398
$ sfdx force:org:status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
398399
```
399400

400-
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.3/src/commands/force/org/status.ts)_
401+
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.4/src/commands/force/org/status.ts)_
401402

402403
<!-- 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": "2.0.4",
4+
"version": "2.0.5",
55
"author": "Salesforce",
66
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",

0 commit comments

Comments
 (0)