Skip to content

Commit 55ec894

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.9.1 [ci skip]
1 parent 8f8e756 commit 55ec894

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
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+
### [1.9.1](https://github.com/salesforcecli/plugin-org/compare/v1.9.0...v1.9.1) (2021-11-15)
6+
7+
8+
### Bug Fixes
9+
10+
* add warning about using --verbose.. ([5bd1511](https://github.com/salesforcecli/plugin-org/commit/5bd151136806b7f3a7056cf5c3a4bdc09a1b0d35))
11+
512
## [1.9.0](https://github.com/salesforcecli/plugin-org/compare/v1.8.4...v1.9.0) (2021-10-22)
613

714

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ get the description for the current or target org
8888
```
8989
get the description for the current or target org
9090
Output includes your access token, client Id, connected status, org ID, instance URL, username, and alias, if applicable.
91-
Use --verbose to include the SFDX auth URL.
91+
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.
9292
Including --verbose displays the sfdxAuthUrl property only if you authenticated to the org using auth:web:login (not auth:jwt:grant)
9393
9494
USAGE
@@ -113,7 +113,8 @@ OPTIONS
113113
DESCRIPTION
114114
Output includes your access token, client Id, connected status, org ID, instance URL, username, and alias, if
115115
applicable.
116-
Use --verbose to include the SFDX auth URL.
116+
Use --verbose to include the SFDX auth URL. WARNING: The SFDX auth URL contains sensitive information, such as a
117+
refresh token that can be used to access an org. Don't share or distribute this URL or token.
117118
Including --verbose displays the sfdxAuthUrl property only if you authenticated to the org using auth:web:login (not
118119
auth:jwt:grant)
119120
@@ -124,7 +125,7 @@ EXAMPLES
124125
sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json
125126
```
126127

127-
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v1.8.4/src/commands/force/org/display.ts)_
128+
_See code: [src/commands/force/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/v1.9.0/src/commands/force/org/display.ts)_
128129

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

@@ -162,7 +163,7 @@ EXAMPLES
162163
sfdx force:org:list --verbose --json > tmp/MyOrgList.json
163164
```
164165

165-
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v1.8.4/src/commands/force/org/list.ts)_
166+
_See code: [src/commands/force/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/v1.9.0/src/commands/force/org/list.ts)_
166167

167168
## `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]`
168169

@@ -213,5 +214,5 @@ EXAMPLES
213214
sfdx force:org:open -u [email protected] -b firefox
214215
```
215216

216-
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v1.8.4/src/commands/force/org/open.ts)_
217+
_See code: [src/commands/force/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/v1.9.0/src/commands/force/org/open.ts)_
217218
<!-- 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": "A template repository for sfdx plugins",
4-
"version": "1.9.0",
4+
"version": "1.9.1",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)