gcloud beta run instances

NAME
gcloud beta run instances - view and manage your Cloud Run instances
SYNOPSIS
gcloud beta run instances GROUP | COMMAND [--region=REGION] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) This set of commands can be used to view and manage your Cloud Run instances.
EXAMPLES
To list your existing instances, run:
gcloud beta run instances list
FLAGS
--region=REGION
Region in which the resource can be found. Alternatively, set the property [run/region].
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.

Run $ gcloud help for details.

GROUPS
GROUP is one of the following:
dev
(BETA) Commands for development on Cloud Run Instances.
logs
(BETA) Read logs for Cloud Run instances.
COMMANDS
COMMAND is one of the following:
add-iam-policy-binding
(BETA) Add IAM policy binding to a Cloud Run instance.
create
(BETA) Create a Cloud Run instance.
delete
(BETA) Delete an instance.
deploy
(BETA) Deploy a Cloud Run instance.
describe
(BETA) Obtain details about instances.
get-iam-policy
(BETA) Get the IAM policy for a Cloud Run instance.
list
(BETA) List instances.
proxy
(BETA) Proxy an instance to localhost authenticating as the active account or with the specified token.
remove-iam-policy-binding
(BETA) Remove IAM policy binding of a Cloud Run instance.
replace
(BETA) Create or replace an instance from a YAML instance specification.
restart
(BETA) Restart an instance.
set-iam-policy
(BETA) Set the IAM policy for a instance.
start
(BETA) Start a stopped instance.
stop
(BETA) Stop a running instance.
update
(BETA) Update a Cloud Run instance.
NOTES
This command is currently in beta and might change without notice. This variant is also available:
gcloud alpha run instances