Skip to content

Commit 34b39bd

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.1.7 [ci skip]
1 parent 01e2182 commit 34b39bd

File tree

2 files changed

+74
-8
lines changed

2 files changed

+74
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.1.7](https://github.com/salesforcecli/plugin-org/compare/v2.0.7...v2.1.7) (2022-08-11)
6+
57
### [2.0.7](https://github.com/salesforcecli/plugin-org/compare/v2.0.6...v2.0.7) (2022-07-29)
68

79
### Bug Fixes

README.md

Lines changed: 72 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ sfdx plugins
8080

8181
- [`sfdx force:org:beta:create [name=value...] [-t scratch|sandbox] [-f <filepath>] [-n] [-c] [-i <string>] [-s] [-a <string>] [-w <minutes>] [-d <integer>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-forceorgbetacreate-namevalue--t-scratchsandbox--f-filepath--n--c--i-string--s--a-string--w-minutes--d-integer--v-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
8282
- [`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]`](#sfdx-forceorgclone-namevalue--t-sandbox--f-filepath--s--a-string--w-minutes--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
83+
- [`sfdx force:org:create [name=value...] [-t scratch|sandbox] [-f <filepath>] [-n] [-c] [-i <string>] [-s] [-a <string>] [-w <minutes>] [-d <integer>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-forceorgcreate-namevalue--t-scratchsandbox--f-filepath--n--c--i-string--s--a-string--w-minutes--d-integer--v-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
8384
- [`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]`](#sfdx-forceorgdelete--p--v-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
8485
- [`sfdx force:org:display [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-forceorgdisplay--u-string---apiversion-string---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
8586
- [`sfdx force:org:list [--all] [-p --clean] [--skipconnectionstatus] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-forceorglist---all--p---clean---skipconnectionstatus---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
@@ -133,6 +134,9 @@ DESCRIPTION
133134
—targetdevhubusername (-v) must be a Dev Hub org. When creating sandboxes, the --targetusername (-u) must be a
134135
production org with sandbox licenses. The —type (-t) is required if creating a sandbox.
135136
137+
ALIASES
138+
$ sfdx force:org:beta:create
139+
136140
EXAMPLES
137141
$ sfdx force:org:create -f config/enterprise-scratch-def.json -a MyScratchOrg
138142
@@ -143,8 +147,6 @@ EXAMPLES
143147
$ sfdx force:org:create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
144148
```
145149

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)_
147-
148150
## `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]`
149151

150152
clone a sandbox org
@@ -187,7 +189,69 @@ EXAMPLES
187189
$ sfdx force:org:clone -t sandbox SandboxName=NewClonedSandbox SourceSandboxName=ExistingSandbox -u prodOrg -a MyDevSandbox
188190
```
189191

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)_
192+
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/v2.1.7/src/commands/force/org/clone.ts)_
193+
194+
## `sfdx force:org:create [name=value...] [-t scratch|sandbox] [-f <filepath>] [-n] [-c] [-i <string>] [-s] [-a <string>] [-w <minutes>] [-d <integer>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
195+
196+
create a scratch or sandbox org
197+
198+
```
199+
USAGE
200+
$ sfdx force:org:create [name=value...] [-t scratch|sandbox] [-f <filepath>] [-n] [-c] [-i <string>] [-s] [-a
201+
<string>] [-w <minutes>] [-d <integer>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
202+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
203+
204+
FLAGS
205+
-a, --setalias=<value> alias for the created org
206+
-c, --noancestors do not include second-generation
207+
package ancestors in the scratch org
208+
-d, --durationdays=<value> [default: 7] duration of the scratch
209+
org (in days) (default:7, min:1,
210+
max:30)
211+
-f, --definitionfile=<value> path to an org definition file
212+
-i, --clientid=<value> connected app consumer key; not
213+
supported for sandbox org creation
214+
-n, --nonamespace create the scratch org with no
215+
namespace
216+
-s, --setdefaultusername set the created org as the default
217+
username
218+
-t, --type=(scratch|sandbox) [default: scratch] type of org to
219+
create
220+
-u, --targetusername=<value> username or alias for the target
221+
org; overrides default target org
222+
-v, --targetdevhubusername=<value> username or alias for the dev hub
223+
org; overrides default dev hub org
224+
-w, --wait=<value> [default: 6 minutes] the streaming
225+
client socket timeout (in minutes)
226+
--apiversion=<value> override the api version used for
227+
api requests made by this command
228+
--json format output as json
229+
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
230+
this command invocation
231+
232+
DESCRIPTION
233+
create a scratch or sandbox org
234+
235+
Creates a scratch org or a sandbox org using the values specified in a configuration file or key=value pairs that you
236+
specify on the command line. Values specified on the command line override values in the configuration file. Specify a
237+
configuration file or provide key=value pairs while creating a scratch org or a sandbox. When creating scratch orgs,
238+
—targetdevhubusername (-v) must be a Dev Hub org. When creating sandboxes, the --targetusername (-u) must be a
239+
production org with sandbox licenses. The —type (-t) is required if creating a sandbox.
240+
241+
ALIASES
242+
$ sfdx force:org:beta:create
243+
244+
EXAMPLES
245+
$ sfdx force:org:create -f config/enterprise-scratch-def.json -a MyScratchOrg
246+
247+
$ sfdx force:org:create edition=Developer -a MyScratchOrg -s -v devHub
248+
249+
$ sfdx force:org:create -f config/enterprise-scratch-def.json -a ScratchOrgWithOverrides [email protected]
250+
251+
$ sfdx force:org:create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
252+
```
253+
254+
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/v2.1.7/src/commands/force/org/create.ts)_
191255

192256
## `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]`
193257

@@ -221,7 +285,7 @@ EXAMPLES
221285
$ sfdx force:org:delete -u MyOrgAlias -p
222286
```
223287

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)_
288+
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/v2.1.7/src/commands/force/org/delete.ts)_
225289

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

@@ -265,7 +329,7 @@ EXAMPLES
265329
$ sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json
266330
```
267331

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)_
332+
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v2.1.7/src/commands/force/org/display.ts)_
269333

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

@@ -302,7 +366,7 @@ EXAMPLES
302366
$ sfdx force:org:list --verbose --json > tmp/MyOrgList.json
303367
```
304368

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)_
369+
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v2.1.7/src/commands/force/org/list.ts)_
306370

307371
## `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]`
308372

@@ -352,7 +416,7 @@ EXAMPLES
352416
$ sfdx force:org:open -u [email protected] -b firefox
353417
```
354418

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)_
419+
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v2.1.7/src/commands/force/org/open.ts)_
356420

357421
## `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]`
358422

@@ -398,6 +462,6 @@ EXAMPLES
398462
$ sfdx force:org:status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
399463
```
400464

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)_
465+
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/v2.1.7/src/commands/force/org/status.ts)_
402466

403467
<!-- commandsstop -->

0 commit comments

Comments
 (0)