mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Tue Mar 1 04:29:52 UTC 2022
This commit is contained in:
parent
aab53307a8
commit
1456dab6c7
9791 changed files with 814712 additions and 0 deletions
55
gcloud/beta/app/instances/help
Normal file
55
gcloud/beta/app/instances/help
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
NAME
|
||||
gcloud beta app instances - view and manage your App Engine instances
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta app instances COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) This set of commands can be used to view and manage your existing
|
||||
App Engine instances.
|
||||
|
||||
For more information on App Engine instances, see:
|
||||
https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine
|
||||
|
||||
EXAMPLES
|
||||
To list your App Engine instances, run:
|
||||
|
||||
$ gcloud beta app instances list
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
delete
|
||||
(BETA) Delete a specified instance.
|
||||
|
||||
describe
|
||||
(BETA) Display all data about an existing instance.
|
||||
|
||||
disable-debug
|
||||
(BETA) Disable debug mode for an instance.
|
||||
|
||||
enable-debug
|
||||
(BETA) Enable debug mode for an instance (only works on the flexible
|
||||
environment).
|
||||
|
||||
list
|
||||
(BETA) List the instances affiliated with the current App Engine
|
||||
project.
|
||||
|
||||
scp
|
||||
(BETA) SCP from or to the VM of an App Engine Flexible instance.
|
||||
|
||||
ssh
|
||||
(BETA) SSH into the VM of an App Engine Flexible instance.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud app instances
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue