mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Sep 24 11:08:57 UTC 2025
This commit is contained in:
parent
79c9fb4d92
commit
1dea1ef852
168 changed files with 6625 additions and 700 deletions
|
|
@ -468,13 +468,17 @@ FLAGS
|
|||
Remove all environment variables.
|
||||
|
||||
--env-vars-file=FILE_PATH
|
||||
Path to a local YAML file with definitions for all environment
|
||||
variables. All existing environment variables will be removed
|
||||
before the new environment variables are added. Example YAML
|
||||
content:
|
||||
Path to a local YAML or ENV file with definitions for all
|
||||
environment variables. All existing environment variables will be
|
||||
removed before the new environment variables are added. Example
|
||||
YAML content:
|
||||
|
||||
KEY_1: "value1"
|
||||
KEY_2: "value 2"
|
||||
Example ENV content:
|
||||
|
||||
KEY_1="value1"
|
||||
KEY_2="value 2"
|
||||
|
||||
--set-env-vars=[KEY=VALUE,...]
|
||||
List of key-value pairs to set as environment variables. All
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue