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
+ ## [ 2.2.9] ( https://github.com/salesforcecli/plugin-env/compare/2.2.8...2.2.9 ) (2023-10-30)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** deps:** bump @salesforce/core from 5.3.10 to 5.3.15 ([ 631c5a6] ( https://github.com/salesforcecli/plugin-env/commit/631c5a63d5759d82aa5eb11835ceb4fed2ccffb8 ) )
6
+
1
7
## [ 2.2.8] ( https://github.com/salesforcecli/plugin-env/compare/2.2.7...2.2.8 ) (2023-10-18)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ EXAMPLES
96
96
$ sf env display --target-env myEnv
97
97
```
98
98
99
- _ See code: [ src/commands/env/display.ts] ( https://github.com/salesforcecli/plugin-env/blob/2.2.8 /src/commands/env/display.ts ) _
99
+ _ See code: [ src/commands/env/display.ts] ( https://github.com/salesforcecli/plugin-env/blob/2.2.9 /src/commands/env/display.ts ) _
100
100
101
101
## ` sf env list `
102
102
@@ -152,7 +152,7 @@ EXAMPLES
152
152
$ sf env list --csv --no-header
153
153
```
154
154
155
- _ See code: [ src/commands/env/list.ts] ( https://github.com/salesforcecli/plugin-env/blob/2.2.8 /src/commands/env/list.ts ) _
155
+ _ See code: [ src/commands/env/list.ts] ( https://github.com/salesforcecli/plugin-env/blob/2.2.9 /src/commands/env/list.ts ) _
156
156
157
157
## ` sf env open `
158
158
@@ -198,6 +198,6 @@ FLAG DESCRIPTIONS
198
198
browser applications differ depending on the operating system you're on; check your documentation for details.
199
199
```
200
200
201
- _ See code: [ src/commands/env/open.ts] ( https://github.com/salesforcecli/plugin-env/blob/2.2.8 /src/commands/env/open.ts ) _
201
+ _ See code: [ src/commands/env/open.ts] ( https://github.com/salesforcecli/plugin-env/blob/2.2.9 /src/commands/env/open.ts ) _
202
202
203
203
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/plugin-env" ,
3
3
"description" : " An sf plugin for logging into and interacting with different Salesforce environments." ,
4
- "version" : " 2.2.8 " ,
4
+ "version" : " 2.2.9 " ,
5
5
"author" : " Salesforce" ,
6
6
"bugs" : " https://github.com/forcedotcom/cli/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments