Skip to content

Commit aec8e0f

Browse files
committed
chore(release): 3.0.6 [skip ci]
1 parent 802d07d commit aec8e0f

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
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.6](https://github.com/salesforcecli/plugin-env/compare/3.0.5...3.0.6) (2023-11-16)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump tough-cookie from 4.1.2 to 4.1.3 ([5f35f61](https://github.com/salesforcecli/plugin-env/commit/5f35f611c0542d079c75562e014cd6f35ad67b7e))
6+
17
## [3.0.5](https://github.com/salesforcecli/plugin-env/compare/3.0.4...3.0.5) (2023-11-12)
28

39
### Bug Fixes

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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.5/src/commands/env/display.ts)_
99+
_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.6/src/commands/env/display.ts)_
100100

101101
## `sf env list`
102102

@@ -108,15 +108,15 @@ USAGE
108108
[--output csv|json|yaml] [--sort <value>]
109109
110110
FLAGS
111-
-a, --all Show all environments, even inactive ones.
112-
--columns=<value>... List of columns to display.
113-
--csv Output in csv format [alias: --output=csv]
114-
--filter=<value> Filter property by partial string matching.
115-
--no-header Hide table header from output.
116-
--no-truncate Don't truncate output to fit screen.
117-
--output=<option> Format in which to display the output.
118-
<options: csv|json|yaml>
119-
--sort=<value> Column to sort by (prepend '-' for descending).
111+
-a, --all Show all environments, even inactive ones.
112+
--columns=<value>... List of columns to display.
113+
--csv Output in csv format [alias: --output=csv]
114+
--filter=<value> Filter property by partial string matching.
115+
--no-header Hide table header from output.
116+
--no-truncate Don't truncate output to fit screen.
117+
--output=<option> Format in which to display the output.
118+
<options: csv|json|yaml>
119+
--sort=<value> Column to sort by (prepend '-' for descending).
120120
121121
GLOBAL FLAGS
122122
--json Format output as json.
@@ -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.5/src/commands/env/list.ts)_
155+
_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.6/src/commands/env/list.ts)_
156156

157157
## `sf env open`
158158

@@ -166,7 +166,7 @@ FLAGS
166166
-e, --target-env=<value> Login user or alias of the environment to open.
167167
-p, --path=<value> Path to append to the end of the login URL.
168168
-r, --url-only Display the URL, but don’t launch it in a browser.
169-
--browser=<value> Browser in which to open the environment.
169+
--browser=<value> Browser in which to open the environment.
170170
171171
GLOBAL FLAGS
172172
--json Format output as json.
@@ -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.5/src/commands/env/open.ts)_
201+
_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.6/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.5",
4+
"version": "3.0.6",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)