Skip to content

Commit 6244d85

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.6 [ci skip]
1 parent adaf8ab commit 6244d85

File tree

4 files changed

+15
-34
lines changed

4 files changed

+15
-34
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.6](https://github.com/salesforcecli/plugin-org/compare/v2.0.5...v2.0.6) (2022-07-28)
6+
7+
### Bug Fixes
8+
9+
- bump salesforce/core ([1875ad1](https://github.com/salesforcecli/plugin-org/commit/1875ad196cc11076659457dee08a1994f8d671af))
10+
- org list now lists all scratch orgs properly ([2555e1a](https://github.com/salesforcecli/plugin-org/commit/2555e1abcc503c8b3c0dcaa2dfdec7e994d0bf52))
11+
512
### [2.0.5](https://github.com/salesforcecli/plugin-org/compare/v2.0.4...v2.0.5) (2022-07-15)
613

714
### 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.4/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.5/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.4/src/commands/force/org/clone.ts)_
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)_
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.4/src/commands/force/org/delete.ts)_
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)_
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.4/src/commands/force/org/display.ts)_
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)_
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.4/src/commands/force/org/list.ts)_
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)_
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.4/src/commands/force/org/open.ts)_
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)_
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.4/src/commands/force/org/status.ts)_
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)_
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.5",
4+
"version": "2.0.6",
55
"author": "Salesforce",
66
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",

yarn.lock

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4861,32 +4861,6 @@ jsforce@^2.0.0-beta.16:
48614861
strip-ansi "^6.0.0"
48624862
xml2js "^0.4.22"
48634863

4864-
jsforce@beta:
4865-
version "2.0.0-beta.15"
4866-
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.15.tgz#05255f3b54a001421c973b1a7b4dbb4468ded2a3"
4867-
integrity sha512-AfwIxG+y+WOsqSGKlezyL3G+4ItmR/zfcvg38x4CDa3eizDD0wWZBAOnJbOQ8U76zAQqrMsyWs+s3ozJzSLtZA==
4868-
dependencies:
4869-
"@babel/runtime" "^7.12.5"
4870-
"@babel/runtime-corejs3" "^7.12.5"
4871-
"@types/node" "^12.19.9"
4872-
abort-controller "^3.0.0"
4873-
base64url "^3.0.1"
4874-
commander "^4.0.1"
4875-
core-js "^3.6.4"
4876-
csv-parse "^4.8.2"
4877-
csv-stringify "^5.3.4"
4878-
faye "^1.4.0"
4879-
form-data "^4.0.0"
4880-
fs-extra "^8.1.0"
4881-
https-proxy-agent "^5.0.0"
4882-
inquirer "^7.0.0"
4883-
multistream "^3.1.0"
4884-
node-fetch "^2.6.1"
4885-
open "^7.0.0"
4886-
regenerator-runtime "^0.13.3"
4887-
strip-ansi "^6.0.0"
4888-
xml2js "^0.4.22"
4889-
48904864
json-parse-better-errors@^1.0.1:
48914865
version "1.0.2"
48924866
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"

0 commit comments

Comments
 (0)