mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Wed Apr 13 08:33:42 UTC 2022
This commit is contained in:
parent
f88a614da8
commit
9dcb91c709
143 changed files with 4432 additions and 242 deletions
|
|
@ -10,11 +10,16 @@ DESCRIPTION
|
|||
(ALPHA) Imports a target HTTPS proxy's configuration from a file.
|
||||
|
||||
EXAMPLES
|
||||
A target HTTPS proxy can be imported by running:
|
||||
A global target HTTPS proxy can be imported by running:
|
||||
|
||||
$ gcloud alpha compute target-https-proxies import NAME \
|
||||
--source=<path-to-file>
|
||||
|
||||
A regional target HTTPS proxy can be imported by running:
|
||||
|
||||
$ gcloud alpha compute target-https-proxies import NAME \
|
||||
--source=<path-to-file> --region=REGION_NAME
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the target HTTPS proxy to import.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue