gcloud alpha domains registrations import - import a domain from Google Domains registrar to Cloud Domains
gcloud alpha domains registrations import REGISTRATION [--async] [--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
(ALPHA) Create a new Cloud Domains registration resource by importing an existing domain from Google Domains registrar. The new resource's ID will be equal to the domain name.
After this command executes, a resource is created with state ACTIVE, indicating that the import was successful. Cloud Domains will automatically renew your domain as long as your Cloud Billing account is active. If this command fails, no resource is created.
Other users may lose access to the domain and will need IAM permissions on the Cloud project containing the registration resource to regain access.
To import example.com, run:
$ gcloud alpha domains registrations import example.com
- Registration resource - The domain name to import. This represents a Cloud
resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways. To set the project attribute:
- —
provide the argument registration on the command line with a fully specified name;
- —
provide the argument --project on the command line;
- —
set the property core/project. To set the location attribute:
- —
provide the argument registration on the command line with a fully specified name;
- —
location is always global.
This must be specified.
- REGISTRATION
ID of the registration or fully qualified identifier for the registration. To set the registration attribute:
provide the argument registration on the command line.
- --async
Return immediately, without waiting for the operation in progress to complete.
- --labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens (-), underscores (_), lowercase characters, and numbers. Values must contain only hyphens (-), underscores (_), lowercase characters, and numbers.
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 help for details.
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 domains registrations import
$ gcloud beta domains registrations import