@@ -80,7 +80,7 @@ EXAMPLES
8080 $ box configure:environments:add ./config.json --ccg-auth --name ci-bot
8181```
8282
83- _ See code: [ src/commands/configure/environments/add.js] ( https://github.com/box/boxcli/blob/v4.6 .0/src/commands/configure/environments/add.js ) _
83+ _ See code: [ src/commands/configure/environments/add.js] ( https://github.com/box/boxcli/blob/v4.7 .0/src/commands/configure/environments/add.js ) _
8484
8585## ` box configure:environments:delete [NAME] `
8686
@@ -103,11 +103,11 @@ DESCRIPTION
103103 Delete a Box environment
104104```
105105
106- _ See code: [ src/commands/configure/environments/delete.js] ( https://github.com/box/boxcli/blob/v4.6 .0/src/commands/configure/environments/delete.js ) _
106+ _ See code: [ src/commands/configure/environments/delete.js] ( https://github.com/box/boxcli/blob/v4.7 .0/src/commands/configure/environments/delete.js ) _
107107
108108## ` box configure:environments:get `
109109
110- Get a Box environment
110+ Get a Box environment or list all configured Box environments.
111111
112112```
113113USAGE
@@ -122,17 +122,19 @@ FLAGS
122122 --no-color Turn off colors for logging
123123
124124DESCRIPTION
125- Get a Box environment
125+ Get a Box environment or list all configured Box environments.
126+ clientSecret values are masked in CLI output. To view full secrets, access secure storage directly (for example, macOS
127+ Keychain, Windows Credential Manager, or a supported Linux equivalent).
126128
127129ALIASES
128130 $ box configure:environments:list
129131```
130132
131- _ See code: [ src/commands/configure/environments/get.js] ( https://github.com/box/boxcli/blob/v4.6 .0/src/commands/configure/environments/get.js ) _
133+ _ See code: [ src/commands/configure/environments/get.js] ( https://github.com/box/boxcli/blob/v4.7 .0/src/commands/configure/environments/get.js ) _
132134
133135## ` box configure:environments:list `
134136
135- Get a Box environment
137+ Get a Box environment or list all configured Box environments.
136138
137139```
138140USAGE
@@ -147,7 +149,9 @@ FLAGS
147149 --no-color Turn off colors for logging
148150
149151DESCRIPTION
150- Get a Box environment
152+ Get a Box environment or list all configured Box environments.
153+ clientSecret values are masked in CLI output. To view full secrets, access secure storage directly (for example, macOS
154+ Keychain, Windows Credential Manager, or a supported Linux equivalent).
151155
152156ALIASES
153157 $ box configure:environments:list
@@ -201,7 +205,7 @@ ALIASES
201205 $ box configure:environments:select
202206```
203207
204- _ See code: [ src/commands/configure/environments/set-current.js] ( https://github.com/box/boxcli/blob/v4.6 .0/src/commands/configure/environments/set-current.js ) _
208+ _ See code: [ src/commands/configure/environments/set-current.js] ( https://github.com/box/boxcli/blob/v4.7 .0/src/commands/configure/environments/set-current.js ) _
205209
206210## ` box configure:environments:switch-user [USERID] `
207211
@@ -235,7 +239,7 @@ DESCRIPTION
235239 Switch the default Box user to run commands as
236240```
237241
238- _ See code: [ src/commands/configure/environments/switch-user.js] ( https://github.com/box/boxcli/blob/v4.6 .0/src/commands/configure/environments/switch-user.js ) _
242+ _ See code: [ src/commands/configure/environments/switch-user.js] ( https://github.com/box/boxcli/blob/v4.7 .0/src/commands/configure/environments/switch-user.js ) _
239243
240244## ` box configure:environments:update [NAME] `
241245
@@ -267,7 +271,7 @@ DESCRIPTION
267271 Update a Box environment
268272```
269273
270- _ See code: [ src/commands/configure/environments/update.js] ( https://github.com/box/boxcli/blob/v4.6 .0/src/commands/configure/environments/update.js ) _
274+ _ See code: [ src/commands/configure/environments/update.js] ( https://github.com/box/boxcli/blob/v4.7 .0/src/commands/configure/environments/update.js ) _
271275
272276## ` box configure:settings `
273277
@@ -302,4 +306,4 @@ DESCRIPTION
302306 View and update CLI configuration settings
303307```
304308
305- _ See code: [ src/commands/configure/settings.js] ( https://github.com/box/boxcli/blob/v4.6 .0/src/commands/configure/settings.js ) _
309+ _ See code: [ src/commands/configure/settings.js] ( https://github.com/box/boxcli/blob/v4.7 .0/src/commands/configure/settings.js ) _
0 commit comments