File tree 3 files changed +11
-5
lines changed 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.0.31] ( https://github.com/salesforcecli/plugin-env/compare/3.0.30...3.0.31 ) (2024-06-10)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** deps:** bump @oclif/core from 3.26.6 to 3.27.0 ([ b04616f] ( https://github.com/salesforcecli/plugin-env/commit/b04616f5ac5efb6b6a28dd2be611339d3f9d21de ) )
6
+
1
7
## [ 3.0.30] ( https://github.com/salesforcecli/plugin-env/compare/3.0.29...3.0.30 ) (2024-05-12)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change @@ -96,15 +96,15 @@ 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/3.0.30 /src/commands/env/display.ts ) _
99
+ _ See code: [ src/commands/env/display.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.31 /src/commands/env/display.ts ) _
100
100
101
101
## ` sf env list `
102
102
103
103
List the environments you’ve created or logged into.
104
104
105
105
```
106
106
USAGE
107
- $ sf env list [--json] [-a] [--columns <value>] [--csv] [--filter <value>] [--no-header] [--no-truncate]
107
+ $ sf env list [--json] [-a] [--columns <value>... ] [--csv] [--filter <value>] [--no-header] [--no-truncate]
108
108
[--output csv|json|yaml] [--sort <value>]
109
109
110
110
FLAGS
@@ -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/3.0.30 /src/commands/env/list.ts ) _
155
+ _ See code: [ src/commands/env/list.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.31 /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/3.0.30 /src/commands/env/open.ts ) _
201
+ _ See code: [ src/commands/env/open.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.31 /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" : " 3.0.30 " ,
4
+ "version" : " 3.0.31 " ,
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