@@ -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/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 ) _
100
100
101
101
## ` sf env list `
102
102
@@ -108,15 +108,15 @@ USAGE
108
108
[--output csv|json|yaml] [--sort <value>]
109
109
110
110
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).
120
120
121
121
GLOBAL FLAGS
122
122
--json Format output as json.
@@ -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.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 ) _
156
156
157
157
## ` sf env open `
158
158
@@ -166,7 +166,7 @@ FLAGS
166
166
-e, --target-env=<value> Login user or alias of the environment to open.
167
167
-p, --path=<value> Path to append to the end of the login URL.
168
168
-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.
170
170
171
171
GLOBAL FLAGS
172
172
--json Format output as json.
@@ -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.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 ) _
202
202
203
203
<!-- commandsstop -->
0 commit comments