mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Fri Mar 24 11:31:22 UTC 2023
This commit is contained in:
parent
a4bd29dd06
commit
4ccfc7a5e3
142 changed files with 4081 additions and 397 deletions
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud 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
|
||||
gcloud app instances scp lets you remotely copy files to or from an App
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud app instances ssh INSTANCE [--container=CONTAINER]
|
||||
[--service=SERVICE] [--version=VERSION] [GCLOUD_WIDE_FLAG ...]
|
||||
[-- COMMAND ...]
|
||||
[--service=SERVICE] [--tunnel-through-iap] [--version=VERSION]
|
||||
[GCLOUD_WIDE_FLAG ...] [-- COMMAND ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud app instances ssh lets you remotely log in to your running App
|
||||
|
|
@ -59,6 +59,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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue