You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
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.
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ get the description for the current or target org
88
88
```
89
89
get the description for the current or target org
90
90
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.
92
92
Including --verbose displays the sfdxAuthUrl property only if you authenticated to the org using auth:web:login (not auth:jwt:grant)
93
93
94
94
USAGE
@@ -113,7 +113,8 @@ OPTIONS
113
113
DESCRIPTION
114
114
Output includes your access token, client Id, connected status, org ID, instance URL, username, and alias, if
115
115
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.
117
118
Including --verbose displays the sfdxAuthUrl property only if you authenticated to the org using auth:web:login (not
0 commit comments