1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 06:11:59 +00:00
gcloud-help/gcloud/run/domain-mappings/help

47 lines
1 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud run domain-mappings - view and manage your Cloud Run for Anthos
domain mappings
SYNOPSIS
2024-10-23 10:01:22 +00:00
gcloud run domain-mappings COMMAND [GCLOUD_WIDE_FLAG ...]
2022-03-01 04:29:52 +00:00
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