mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
46 lines
1 KiB
Text
46 lines
1 KiB
Text
NAME
|
|
gcloud run domain-mappings - view and manage your Cloud Run for Anthos
|
|
domain mappings
|
|
|
|
SYNOPSIS
|
|
gcloud run domain-mappings COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
This set of commands can be used to view and manage your service's domain
|
|
mappings.
|
|
|
|
To view and manage fully managed Cloud Run domain mappings, use gcloud beta
|
|
run domain-mappings.
|
|
|
|
EXAMPLES
|
|
To list your Cloud Run domain mappings, run:
|
|
|
|
$ gcloud run domain-mappings list
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create domain mappings for Cloud Run for Anthos.
|
|
|
|
delete
|
|
Delete domain mappings for Cloud Run for Anthos.
|
|
|
|
describe
|
|
Describe domain mappings for Cloud Run for Anthos.
|
|
|
|
list
|
|
Lists domain mappings for Cloud Run for Anthos.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha run domain-mappings
|
|
|
|
$ gcloud beta run domain-mappings
|
|
|