Skip to content

Commit 47b6ef4

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.7 [ci skip]
1 parent 8353f03 commit 47b6ef4

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
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.7](https://github.com/salesforcecli/plugin-org/compare/v2.0.6...v2.0.7) (2022-07-29)
6+
7+
### Bug Fixes
8+
9+
- bump sfdx-core ([#362](https://github.com/salesforcecli/plugin-org/issues/362)) ([8353f03](https://github.com/salesforcecli/plugin-org/commit/8353f03cc55e2d628e81c7b3c088784482f1061a))
10+
511
### [2.0.6](https://github.com/salesforcecli/plugin-org/compare/v2.0.5...v2.0.6) (2022-07-28)
612

713
### Bug Fixes

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ EXAMPLES
143143
$ sfdx force:org:create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
144144
```
145145

146-
_See code: [src/commands/force/org/beta/create.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.5/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.6/src/commands/force/org/beta/create.ts)_
147147

148148
## `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]`
149149

@@ -187,7 +187,7 @@ EXAMPLES
187187
$ sfdx force:org:clone -t sandbox SandboxName=NewClonedSandbox SourceSandboxName=ExistingSandbox -u prodOrg -a MyDevSandbox
188188
```
189189

190-
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.5/src/commands/force/org/clone.ts)_
190+
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.6/src/commands/force/org/clone.ts)_
191191

192192
## `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]`
193193

@@ -221,7 +221,7 @@ EXAMPLES
221221
$ sfdx force:org:delete -u MyOrgAlias -p
222222
```
223223

224-
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.5/src/commands/force/org/delete.ts)_
224+
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.6/src/commands/force/org/delete.ts)_
225225

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

@@ -265,7 +265,7 @@ EXAMPLES
265265
$ sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json
266266
```
267267

268-
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.5/src/commands/force/org/display.ts)_
268+
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.6/src/commands/force/org/display.ts)_
269269

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

@@ -302,7 +302,7 @@ EXAMPLES
302302
$ sfdx force:org:list --verbose --json > tmp/MyOrgList.json
303303
```
304304

305-
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.5/src/commands/force/org/list.ts)_
305+
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.6/src/commands/force/org/list.ts)_
306306

307307
## `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]`
308308

@@ -352,7 +352,7 @@ EXAMPLES
352352
$ sfdx force:org:open -u [email protected] -b firefox
353353
```
354354

355-
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.5/src/commands/force/org/open.ts)_
355+
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.6/src/commands/force/org/open.ts)_
356356

357357
## `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]`
358358

@@ -398,6 +398,6 @@ EXAMPLES
398398
$ sfdx force:org:status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
399399
```
400400

401-
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.5/src/commands/force/org/status.ts)_
401+
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/v2.0.6/src/commands/force/org/status.ts)_
402402

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

0 commit comments

Comments
 (0)