mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
52 lines
1.3 KiB
Text
52 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha run domain-mappings - view and manage your Cloud Run domain
|
|
mappings
|
|
|
|
SYNOPSIS
|
|
gcloud alpha run domain-mappings COMMAND [--region=REGION]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) This set of commands can be used to view and manage your service's
|
|
domain mappings.
|
|
|
|
EXAMPLES
|
|
To list your Cloud Run domain mappings, run:
|
|
|
|
$ gcloud alpha run domain-mappings 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.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create domain mappings.
|
|
|
|
delete
|
|
(ALPHA) Delete domain mappings.
|
|
|
|
describe
|
|
(ALPHA) Describe domain mappings.
|
|
|
|
list
|
|
(ALPHA) Lists domain mappings.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud run domain-mappings
|
|
|
|
$ gcloud beta run domain-mappings
|
|
|