gcloud alpha app domain-mappings update
Stay organized with collections
Save and categorize content based on your preferences.
- NAME
-
- gcloud alpha app domain-mappings update - updates a domain mapping
- SYNOPSIS
-
-
gcloud alpha app domain-mappings updateDOMAIN[--certificate-management=CERTIFICATE_MANAGEMENT] [--certificate-id=CERTIFICATE_ID|--no-certificate-id] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)Updates a domain mapping. - EXAMPLES
-
To update an App Engine domain mapping, run:
gcloudalphaappdomain-mappingsupdate'*.example.com'--certificate-id=1234To remove a certificate from a domain:
gcloudalphaappdomain-mappingsupdate'*.example.com'--no-certificate-id - POSITIONAL ARGUMENTS
-
DOMAIN-
A valid domain which may begin with a wildcard, such as:
example.comor*.example.com
- FLAGS
-
--certificate-management=CERTIFICATE_MANAGEMENT-
Type of certificate management. 'automatic' will provision an SSL certificate
automatically while 'manual' requires the user to provide a certificate id to
provision.
CERTIFICATE_MANAGEMENTmust be one of:automatic,manual. -
At most one of these can be specified:
--certificate-id=CERTIFICATE_ID-
A certificate id to use for this domain. May not be used on a domain mapping
with automatically managed certificates. Use the
gcloud app ssl-certificates listto see available certificates for this app. --no-certificate-id- Do not associate any certificate with this domain.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - 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:
gcloudappdomain-mappingsupdategcloudbetaappdomain-mappingsupdate