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:
parent
6dc17bdd4a
commit
fc11b54760
173 changed files with 5650 additions and 253 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue