Skip to content

Commit 2deb38d

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.11.2 [ci skip]
1 parent d593b10 commit 2deb38d

File tree

3 files changed

+11
-24
lines changed

3 files changed

+11
-24
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [1.11.2](https://github.com/salesforcecli/plugin-org/compare/v1.11.1...v1.11.2) (2022-02-21)
6+
7+
### Bug Fixes
8+
9+
- only local config ([54e7b93](https://github.com/salesforcecli/plugin-org/commit/54e7b934008bae5a12934932c239c6ff59e2f22e))
10+
- try to create local config first ([f84c64f](https://github.com/salesforcecli/plugin-org/commit/f84c64f46ed5141bab3167cba04f75ad4e59484b))
11+
- use Aliases.parseAndUpdate ([0b1860f](https://github.com/salesforcecli/plugin-org/commit/0b1860fb1b535ff2b5a84e4dcb1b691c4b85cdba))
12+
513
### [1.11.1](https://github.com/salesforcecli/plugin-org/compare/v1.11.0...v1.11.1) (2022-01-28)
614

715
### Features

README.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ sfdx plugins
8989
create a scratch or sandbox org
9090

9191
```
92-
create a scratch or sandbox org
93-
Creates a scratch org or a sandbox org using the values specified in a configuration file or key=value pairs that you specify on the command line. Values specified on the command line override values in the configuration file. Specify a configuration file or provide key=value pairs while creating a scratch org or a sandbox. When creating scratch orgs, —targetdevhubusername (-v) must be a Dev Hub org. When creating sandboxes, the --targetusername (-u) must be a production org with sandbox licenses. The —type (-t) is required if creating a sandbox.
94-
95-
96-
9792
USAGE
9893
$ sfdx force:org:beta:create [name=value...] [-t scratch|sandbox] [-f <filepath>] [-n] [-c] [-i <string>] [-s] [-a
9994
<string>] [-w <minutes>] [-d <integer>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
@@ -142,7 +137,7 @@ OPTIONS
142137
DESCRIPTION
143138
Creates a scratch org or a sandbox org using the values specified in a configuration file or key=value pairs that you
144139
specify on the command line. Values specified on the command line override values in the configuration file. Specify a
145-
configuration file or provide key=value pairs while creating a scratch org or a sandbox. When creating scratch orgs,
140+
configuration file or provide key=value pairs while creating a scratch org or a sandbox. When creating scratch orgs,
146141
—targetdevhubusername (-v) must be a Dev Hub org. When creating sandboxes, the --targetusername (-u) must be a
147142
production org with sandbox licenses. The —type (-t) is required if creating a sandbox.
148143
@@ -161,9 +156,6 @@ _See code: [src/commands/force/org/beta/create.ts](https://github.com/salesforce
161156
mark a scratch or sandbox org for deletion
162157

163158
```
164-
mark a scratch or sandbox org for deletion
165-
To mark the org for deletion without being prompted to confirm, specify --noprompt.
166-
167159
USAGE
168160
$ sfdx force:org:delete [-p] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
169161
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -200,11 +192,6 @@ _See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/p
200192
get the description for the current or target org
201193

202194
```
203-
get the description for the current or target org
204-
Output includes your access token, client Id, connected status, org ID, instance URL, username, and alias, if applicable.
205-
Use --verbose to include the SFDX auth URL. WARNING: The SFDX auth URL contains sensitive information, such as a refresh token that can be used to access an org. Don't share or distribute this URL or token.
206-
Including --verbose displays the sfdxAuthUrl property only if you authenticated to the org using auth:web:login (not auth:jwt:grant)
207-
208195
USAGE
209196
$ sfdx force:org:display [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel
210197
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -246,8 +233,6 @@ _See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/
246233
list all orgs you’ve created or authenticated to
247234

248235
```
249-
list all orgs you’ve created or authenticated to
250-
251236
USAGE
252237
$ sfdx force:org:list [--all] [-p --clean] [--skipconnectionstatus] [--verbose] [--json] [--loglevel
253238
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -284,12 +269,6 @@ _See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plu
284269
open your default scratch org, or another specified org
285270

286271
```
287-
open your default scratch org, or another specified org
288-
To open a specific page, specify the portion of the URL after "https://MyDomainName.my.salesforce.com/" as --path.
289-
For example, specify "--path lightning" to open Lightning Experience, or specify "--path /apex/YourPage" to open a Visualforce page.
290-
To generate a URL but not launch it in your browser, specify --urlonly.
291-
To open in a specific browser, use the --browser parameter. Supported browsers are "chrome", "edge", and "firefox". If you don't specify --browser, the org opens in your default browser.
292-
293272
USAGE
294273
$ sfdx force:org:open [-b <string> | -r] [-p <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
295274
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -318,7 +297,7 @@ DESCRIPTION
318297
Visualforce page.
319298
To generate a URL but not launch it in your browser, specify --urlonly.
320299
To open in a specific browser, use the --browser parameter. Supported browsers are "chrome", "edge", and "firefox". If
321-
you don't specify --browser, the org opens in your default browser.
300+
you don't specify --browser, the org opens in your default browser.
322301
323302
EXAMPLES
324303
sfdx force:org:open

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": "A template repository for sfdx plugins",
4-
"version": "1.11.1",
4+
"version": "1.11.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)