File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All 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.8.0] ( https://github.com/salesforcecli/plugin-org/compare/v1.7.0...v1.8.0 ) (2021-09-29)
6+
7+
8+ ### Features
9+
10+ * security warnings for display/open ([ b2599be] ( https://github.com/salesforcecli/plugin-org/commit/b2599bed02bccf72b8b6a8766334caa41b5603a4 ) )
11+
512## [ 1.7.0] ( https://github.com/salesforcecli/plugin-org/compare/v1.6.9...v1.7.0 ) (2021-08-20)
613
714
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ EXAMPLES
119119 sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json
120120```
121121
122- _ See code: [ src/commands/force/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.6.9 /src/commands/force/org/display.ts ) _
122+ _ See code: [ src/commands/force/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.7.0 /src/commands/force/org/display.ts ) _
123123
124124## ` sfdx force:org:list [--all] [-p --clean] [--skipconnectionstatus] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
125125
@@ -156,7 +156,7 @@ EXAMPLES
156156 sfdx force:org:list --verbose --json > tmp/MyOrgList.json
157157```
158158
159- _ See code: [ src/commands/force/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.6.9 /src/commands/force/org/list.ts ) _
159+ _ See code: [ src/commands/force/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.7.0 /src/commands/force/org/list.ts ) _
160160
161161## ` sfdx force:org:open [-p <string>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
162162
@@ -197,5 +197,5 @@ EXAMPLES
197197 sfdx force:org:open -r -p lightning
198198```
199199
200- _ See code: [ src/commands/force/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.6.9 /src/commands/force/org/open.ts ) _
200+ _ See code: [ src/commands/force/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.7.0 /src/commands/force/org/open.ts ) _
201201<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/plugin-org" ,
33 "description" : " A template repository for sfdx plugins" ,
4- "version" : " 1.7 .0" ,
4+ "version" : " 1.8 .0" ,
55 "author" : " Salesforce" ,
66 "bugs" : " https://github.com/forcedotcom/cli/issues" ,
77 "dependencies" : {
You can’t perform that action at this time.
0 commit comments