mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
gcloud: Wed Jul 2 11:05:25 UTC 2025
This commit is contained in:
parent
f645b4c02d
commit
e53f7148d8
197 changed files with 6280 additions and 495 deletions
|
|
@ -309,13 +309,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
|
||||
|
|
|
|||
|
|
@ -308,13 +308,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