Skip to content

Commit 37467db

Browse files
committed
chore(release): 3.0.31 [skip ci]
1 parent 9705269 commit 37467db

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## [3.0.30](https://github.com/salesforcecli/plugin-env/compare/3.0.29...3.0.30) (2024-05-12)
28

39
### Bug Fixes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ 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.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)_
100100

101101
## `sf env list`
102102

103103
List the environments you’ve created or logged into.
104104

105105
```
106106
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]
108108
[--output csv|json|yaml] [--sort <value>]
109109
110110
FLAGS
@@ -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.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)_
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.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)_
202202

203203
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-env",
33
"description": "An sf plugin for logging into and interacting with different Salesforce environments.",
4-
"version": "3.0.30",
4+
"version": "3.0.31",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)