gcloud alpha config configurations create Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha config configurations create - creates a new named configuration
- SYNOPSIS
gcloud alpha config configurations createCONFIGURATION_NAME[--no-activate][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)Creates a new named configuration.Except for special cases (NONE), configuration names start with a lower caseletter and contain only lower case letters a-z, digits 0-9, and hyphens '-'.
See
gcloud topicconfigurationsfor an overview of named configurations.- EXAMPLES
- To create a new named configuration, run:
gcloudalphaconfigconfigurationscreatemy-config - POSITIONAL ARGUMENTS
CONFIGURATION_NAME- Name of the configuration to create
- FLAGS
--activate- If true, activate this configuration upon create. Enabled by default, use
--no-activateto disable.
- 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 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:
gcloudconfigconfigurationscreategcloudbetaconfigconfigurationscreategcloudpreviewconfigconfigurationscreate
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.