Skip to content

Commit b9394bd

Browse files
committed
chore(release): 3.0.5 [skip ci]
1 parent 0e6a451 commit b9394bd

File tree

3 files changed

+62
-56
lines changed

3 files changed

+62
-56
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.0.5](https://github.com/salesforcecli/plugin-org/compare/3.0.4...3.0.5) (2023-11-15)
2+
3+
### Bug Fixes
4+
5+
- devScripts update ([#866](https://github.com/salesforcecli/plugin-org/issues/866)) and core6 bump ([0e6a451](https://github.com/salesforcecli/plugin-org/commit/0e6a4519ba2be1e06ac627131691ad3659951fc5))
6+
17
## [3.0.4](https://github.com/salesforcecli/plugin-org/compare/3.0.3...3.0.4) (2023-11-12)
28

39
### Bug Fixes

README.md

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ FLAGS
132132
-t, --type=<option> (required) Type of org to create.
133133
<options: sandbox>
134134
-w, --wait=<value> [default: 6 minutes] Number of minutes to wait while polling for status.
135-
--api-version=<value> Override the api version used for api requests made by this command
135+
--api-version=<value> Override the api version used for api requests made by this command
136136
137137
GLOBAL FLAGS
138138
--json Format output as json.
@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
160160
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
161161
```
162162

163-
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/clone.ts)_
163+
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/clone.ts)_
164164

165165
## `sf force org create`
166166

@@ -184,7 +184,7 @@ FLAGS
184184
<options: scratch|sandbox>
185185
-v, --target-dev-hub=<value> Username or alias of the Dev Hub org.
186186
-w, --wait=<value> [default: 6 minutes] Streaming client socket timeout (in minutes).
187-
--api-version=<value> Override the api version used for api requests made by this command
187+
--api-version=<value> Override the api version used for api requests made by this command
188188
189189
GLOBAL FLAGS
190190
--json Format output as json.
@@ -208,7 +208,7 @@ EXAMPLES
208208
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
209209
```
210210

211-
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/create.ts)_
211+
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/create.ts)_
212212

213213
## `sf force org delete`
214214

@@ -219,9 +219,9 @@ USAGE
219219
$ sf force org delete -o <value> [--json] [--api-version <value>] [-p]
220220
221221
FLAGS
222-
-o, --target-org=<value> (required) Username or alias of the target org.
223-
-p, --no-prompt No prompt to confirm deletion.
224-
--api-version=<value> Override the api version used for api requests made by this command
222+
-o, --target-org=<value> (required) Username or alias of the target org.
223+
-p, --no-prompt No prompt to confirm deletion.
224+
--api-version=<value> Override the api version used for api requests made by this command
225225
226226
GLOBAL FLAGS
227227
--json Format output as json.
@@ -240,7 +240,7 @@ EXAMPLES
240240
$ sf force org delete -u MyOrgAlias -p
241241
```
242242

243-
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/delete.ts)_
243+
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/delete.ts)_
244244

245245
## `sf force org status`
246246

@@ -256,7 +256,7 @@ FLAGS
256256
-o, --target-org=<value> (required) Username or alias of the target org.
257257
-s, --setdefaultusername Set the created or cloned org as your default.
258258
-w, --wait=<value> [default: 6 minutes] Number of minutes to wait while polling for status.
259-
--api-version=<value> Override the api version used for api requests made by this command
259+
--api-version=<value> Override the api version used for api requests made by this command
260260
261261
GLOBAL FLAGS
262262
--json Format output as json.
@@ -278,7 +278,7 @@ EXAMPLES
278278
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
279279
```
280280

281-
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/status.ts)_
281+
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/status.ts)_
282282

283283
## `sf org create sandbox`
284284

@@ -300,9 +300,9 @@ FLAGS
300300
-o, --target-org=<value> (required) Username or alias of the production org that contains the sandbox license.
301301
-s, --set-default Set the sandbox org as your default org.
302302
-w, --wait=<minutes> [default: 30 minutes] Number of minutes to wait for the sandbox org to be ready.
303-
--async Request the sandbox creation, but don't wait for it to complete.
304-
--no-prompt Don't prompt for confirmation about the sandbox configuration.
305-
--no-track-source Do not use source tracking for this sandbox.
303+
--async Request the sandbox creation, but don't wait for it to complete.
304+
--no-prompt Don't prompt for confirmation about the sandbox configuration.
305+
--no-track-source Do not use source tracking for this sandbox.
306306
307307
GLOBAL FLAGS
308308
--json Format output as json.
@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
383383
sandbox.
384384
```
385385

386-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/create/sandbox.ts)_
386+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/create/sandbox.ts)_
387387

388388
## `sf org create scratch`
389389

@@ -406,30 +406,30 @@ FLAGS
406406
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org.
407407
-w, --wait=<minutes> [default: 5 minutes] Number of minutes to wait for the scratch org to be ready.
408408
-y, --duration-days=<days> [default: 7 days] Number of days before the org expires.
409-
--api-version=<value> Override the api version used for api requests made by this command
410-
--async Request the org, but don't wait for it to complete.
409+
--api-version=<value> Override the api version used for api requests made by this command
410+
--async Request the org, but don't wait for it to complete.
411411
412412
PACKAGING FLAGS
413413
-c, --no-ancestors Don't include second-generation managed package (2GP) ancestors in the scratch org.
414414
-m, --no-namespace Create the scratch org with no namespace, even if the Dev Hub has a namespace.
415415
416416
DEFINITION FILE OVERRIDE FLAGS
417-
-e, --edition=<option> Salesforce edition of the scratch org. Overrides the value of the "edition" option in the
418-
definition file, if set.
419-
<options: developer|enterprise|group|professional|partner-developer|partner-enterprise|partner
420-
-group|partner-professional>
421-
--admin-email=<value> Email address that will be applied to the org's admin user. Overrides the value of the
422-
"adminEmail" option in the definition file, if set.
423-
--description=<value> Description of the scratch org in the Dev Hub. Overrides the value of the "description" option
424-
in the definition file, if set.
425-
--name=<value> Name of the org, such as "Acme Company". Overrides the value of the "orgName" option in the
426-
definition file, if set.
427-
--release=<option> Release of the scratch org as compared to the Dev Hub release.
428-
<options: preview|previous>
429-
--source-org=<value> 15-character ID of the org whose shape the new scratch org will be based on. Overrides the
430-
value of the "sourceOrg" option in the definition file, if set.
431-
--username=<value> Username of the scratch org admin user. Overrides the value of the "username" option in the
432-
definition file, if set.
417+
-e, --edition=<option> Salesforce edition of the scratch org. Overrides the value of the "edition" option in the
418+
definition file, if set.
419+
<options: developer|enterprise|group|professional|partner-developer|partner-enterprise|part
420+
ner-group|partner-professional>
421+
--admin-email=<value> Email address that will be applied to the org's admin user. Overrides the value of the
422+
"adminEmail" option in the definition file, if set.
423+
--description=<value> Description of the scratch org in the Dev Hub. Overrides the value of the "description"
424+
option in the definition file, if set.
425+
--name=<value> Name of the org, such as "Acme Company". Overrides the value of the "orgName" option in the
426+
definition file, if set.
427+
--release=<option> Release of the scratch org as compared to the Dev Hub release.
428+
<options: preview|previous>
429+
--source-org=<value> 15-character ID of the org whose shape the new scratch org will be based on. Overrides the
430+
value of the "sourceOrg" option in the definition file, if set.
431+
--username=<value> Username of the scratch org admin user. Overrides the value of the "username" option in the
432+
definition file, if set.
433433
434434
GLOBAL FLAGS
435435
--json Format output as json.
@@ -536,7 +536,7 @@ FLAG DESCRIPTIONS
536536
Omit this flag to have Salesforce generate a unique username for your org.
537537
```
538538

539-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/create/scratch.ts)_
539+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/create/scratch.ts)_
540540

541541
## `sf org delete sandbox`
542542

@@ -580,7 +580,7 @@ EXAMPLES
580580
$ sf org delete sandbox --target-org my-sandbox --no-prompt
581581
```
582582

583-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/delete/sandbox.ts)_
583+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/delete/sandbox.ts)_
584584

585585
## `sf org delete scratch`
586586

@@ -622,7 +622,7 @@ EXAMPLES
622622
$ sf org delete scratch --target-org my-scratch-org --no-prompt
623623
```
624624

625-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/delete/scratch.ts)_
625+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/delete/scratch.ts)_
626626

627627
## `sf org display`
628628

@@ -633,9 +633,9 @@ USAGE
633633
$ sf org display -o <value> [--json] [--api-version <value>] [--verbose]
634634
635635
FLAGS
636-
-o, --target-org=<value> (required) Username or alias of the target org.
637-
--api-version=<value> Override the api version used for api requests made by this command
638-
--verbose Display the sfdxAuthUrl property.
636+
-o, --target-org=<value> (required) Username or alias of the target org.
637+
--api-version=<value> Override the api version used for api requests made by this command
638+
--verbose Display the sfdxAuthUrl property.
639639
640640
GLOBAL FLAGS
641641
--json Format output as json.
@@ -665,7 +665,7 @@ EXAMPLES
665665
$ sf org display --target-org TestOrg1 --verbose
666666
```
667667

668-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/display.ts)_
668+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/display.ts)_
669669

670670
## `sf org list`
671671

@@ -676,12 +676,12 @@ USAGE
676676
$ sf org list [--json] [--verbose] [--all] [-p --clean] [--skip-connection-status]
677677
678678
FLAGS
679-
-p, --no-prompt Don't prompt for confirmation.
680-
--all Include expired, deleted, and unknown-status scratch orgs.
681-
--clean Remove all local org authorizations for non-active scratch orgs. Use "org logout" to remove
682-
non-scratch orgs.
683-
--skip-connection-status Skip retrieving the connection status of non-scratch orgs.
684-
--verbose List more information about each org.
679+
-p, --no-prompt Don't prompt for confirmation.
680+
--all Include expired, deleted, and unknown-status scratch orgs.
681+
--clean Remove all local org authorizations for non-active scratch orgs. Use "org logout" to
682+
remove non-scratch orgs.
683+
--skip-connection-status Skip retrieving the connection status of non-scratch orgs.
684+
--verbose List more information about each org.
685685
686686
GLOBAL FLAGS
687687
--json Format output as json.
@@ -703,7 +703,7 @@ EXAMPLES
703703
$ sf org list --clean
704704
```
705705

706-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/list.ts)_
706+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/list.ts)_
707707

708708
## `sf org list metadata`
709709

@@ -718,8 +718,8 @@ FLAGS
718718
-m, --metadata-type=<value> (required) Metadata type to be retrieved, such as CustomObject; metadata type names are
719719
case-sensitive.
720720
-o, --target-org=<value> (required) Username or alias of the target org.
721-
--api-version=<value> API version to use; default is the most recent API version.
722-
--folder=<value> Folder associated with the component; required for components that use folders; folder
721+
--api-version=<value> API version to use; default is the most recent API version.
722+
--folder=<value> Folder associated with the component; required for components that use folders; folder
723723
names are case-sensitive.
724724
725725
GLOBAL FLAGS
@@ -767,7 +767,7 @@ FLAG DESCRIPTIONS
767767
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
768768
```
769769

770-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/list/metadata.ts)_
770+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/list/metadata.ts)_
771771

772772
## `sf org list metadata-types`
773773

@@ -780,7 +780,7 @@ USAGE
780780
FLAGS
781781
-f, --output-file=<value> Pathname of the file in which to write the results.
782782
-o, --target-org=<value> (required) Username or alias of the target org.
783-
--api-version=<value> API version to use; default is the most recent API version.
783+
--api-version=<value> API version to use; default is the most recent API version.
784784
785785
GLOBAL FLAGS
786786
--json Format output as json.
@@ -820,7 +820,7 @@ FLAG DESCRIPTIONS
820820
Override the api version used for api requests made by this command
821821
```
822822

823-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/list/metadata-types.ts)_
823+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/list/metadata-types.ts)_
824824

825825
## `sf org open`
826826

@@ -838,7 +838,7 @@ FLAGS
838838
-o, --target-org=<value> (required) Username or alias of the target org.
839839
-p, --path=<value> Navigation URL path to open a specific page.
840840
-r, --url-only Display navigation URL, but don’t launch browser.
841-
--api-version=<value> Override the api version used for api requests made by this command
841+
--api-version=<value> Override the api version used for api requests made by this command
842842
843843
GLOBAL FLAGS
844844
--json Format output as json.
@@ -885,7 +885,7 @@ EXAMPLES
885885
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
886886
```
887887

888-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/open.ts)_
888+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/open.ts)_
889889

890890
## `sf org resume sandbox`
891891

@@ -947,7 +947,7 @@ FLAG DESCRIPTIONS
947947
returns the job ID. To resume checking the sandbox creation, rerun this command.
948948
```
949949

950-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/resume/sandbox.ts)_
950+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/resume/sandbox.ts)_
951951

952952
## `sf org resume scratch`
953953

@@ -993,6 +993,6 @@ FLAG DESCRIPTIONS
993993
The job ID is valid for 24 hours after you start the scratch org creation.
994994
```
995995

996-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/resume/scratch.ts)_
996+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/resume/scratch.ts)_
997997

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

0 commit comments

Comments
 (0)