1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 16:37:00 +00:00
gcloud-help/gcloud/alpha/run/domain-mappings/help

53 lines
1.3 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud alpha run domain-mappings - view and manage your Cloud Run domain
mappings
SYNOPSIS
2024-10-23 10:01:22 +00:00
gcloud alpha run domain-mappings COMMAND [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
2022-03-01 04:29:52 +00:00
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
2024-10-23 10:01:22 +00:00
--region=REGION
Region in which the resource can be found. Alternatively, set the
property [run/region].
2022-03-01 04:29:52 +00:00
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