gcloud alpha app domain-mappings

NAME
gcloud alpha app domain-mappings - view and manage your App Engine domain mappings
SYNOPSIS
gcloud alpha app domain-mappingsCOMMAND[GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) This set of commands can be used to view and manage yourapp's domain mappings.

App Engine Domain Mappings allow an application to be served via one or manycustom domains, such asexample.com, instead of the defaulthttps://<PROJECT-ID>.<REGION-ID>.r.appspot.com address.You can use a custom domain with or without SSL.

Use the AUTOMATIC management type to automatically provision an SSL certificatefor your domain. Use the MANUAL management type to provide your own certificateor omit SSL.

EXAMPLES
To list your App Engine domains, run:
gcloudalphaappdomain-mappingslist

To create a domain with an automatically managed certificate, run:

gcloudalphaappdomain-mappingscreate'example.com'--certificate-management=AUTOMATIC

To create a domain with a manual certificate, run:

gcloudalphaappdomain-mappingscreate'example.com'--certificate-management=manual--certificate-id=1234
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) Creates a domain mapping.
delete
(ALPHA) Deletes a specified domain mapping.
describe
(ALPHA) Describes a specified domain mapping.
list
(ALPHA) Lists domain mappings.
update
(ALPHA) Updates a domain mapping.
NOTES
This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudappdomain-mappings
gcloudbetaappdomain-mappings

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.