This repository was archived by the owner on Aug 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.0.32] ( https://github.com/salesforcecli/plugin-env/compare/3.0.31...3.0.32 ) (2024-06-13)
2+
3+ ### Bug Fixes
4+
5+ - ** deps:** bump braces from 3.0.2 to 3.0.3 ([ 307a1b5] ( https://github.com/salesforcecli/plugin-env/commit/307a1b53c44e45ca56f0653b1ec66c0074cece2a ) )
6+
17## [ 3.0.31] ( https://github.com/salesforcecli/plugin-env/compare/3.0.30...3.0.31 ) (2024-06-10)
28
39### Bug Fixes
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ EXAMPLES
9696 $ sf env display --target-env myEnv
9797```
9898
99- _ See code: [ src/commands/env/display.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.31 /src/commands/env/display.ts ) _
99+ _ See code: [ src/commands/env/display.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.32 /src/commands/env/display.ts ) _
100100
101101## ` sf env list `
102102
@@ -152,7 +152,7 @@ EXAMPLES
152152 $ sf env list --csv --no-header
153153```
154154
155- _ See code: [ src/commands/env/list.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.31 /src/commands/env/list.ts ) _
155+ _ See code: [ src/commands/env/list.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.32 /src/commands/env/list.ts ) _
156156
157157## ` sf env open `
158158
@@ -198,6 +198,6 @@ FLAG DESCRIPTIONS
198198 browser applications differ depending on the operating system you're on; check your documentation for details.
199199```
200200
201- _ See code: [ src/commands/env/open.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.31 /src/commands/env/open.ts ) _
201+ _ See code: [ src/commands/env/open.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.32 /src/commands/env/open.ts ) _
202202
203203<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/plugin-env" ,
33 "description" : " An sf plugin for logging into and interacting with different Salesforce environments." ,
4- "version" : " 3.0.31 " ,
4+ "version" : " 3.0.32 " ,
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