1
0
Fork 0
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:
Automated 2025-07-02 11:05:25 +00:00
parent f645b4c02d
commit e53f7148d8
197 changed files with 6280 additions and 495 deletions

View file

@ -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

View file

@ -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