1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Feb 1 11:38:52 UTC 2023

This commit is contained in:
Automated 2023-02-01 11:38:52 +00:00
parent 6dc17bdd4a
commit fc11b54760
173 changed files with 5650 additions and 253 deletions

View file

@ -42,7 +42,8 @@ COMMANDS
project.
scp
(BETA) SCP from or to the VM of an App Engine Flexible instance.
(BETA) SCP from or to the VM of an App Engine Flexible environment
instance.
ssh
(BETA) SSH into the VM of an App Engine Flexible instance.

View file

@ -1,15 +1,15 @@
NAME
gcloud beta app instances scp - SCP from or to the VM of an App Engine
Flexible instance
Flexible environment instance
SYNOPSIS
gcloud beta app instances scp [INSTANCE:]SRC [[INSTANCE:]SRC ...]
[INSTANCE:]DEST [--compress] [--recurse] [--service=SERVICE]
[--version=VERSION] [GCLOUD_WIDE_FLAG ...]
[--tunnel-through-iap] [--version=VERSION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta app instances scp lets you remotely copy files to or
from an App Engine Flexible instance.
from an App Engine Flexible environment instance.
gcloud beta app instances scp resolves the instance's IP address and
pre-populates the VM with a public key managed by gcloud. If the gcloud
@ -54,6 +54,13 @@ FLAGS
--service=SERVICE
The service ID.
--tunnel-through-iap
Tunnel the ssh connection through Identity-Aware Proxy for TCP
forwarding.
To learn more, see the IAP for TCP forwarding documentation
(https://cloud.google.com/iap/docs/tcp-forwarding-overview).
--version=VERSION
The version ID.

View file

@ -60,7 +60,7 @@ FLAGS
The service ID.
--tunnel-through-iap
Tunnel the ssh connection through Cloud Identity-Aware Proxy for TCP
Tunnel the ssh connection through Identity-Aware Proxy for TCP
forwarding.
To learn more, see the IAP for TCP forwarding documentation