begin domains
Interact with your Begin domains
begin domains <action> <parameters> [options]
npx begin domains <action> <parameters> [options]
begin domains list
List domains associated with your Begin account
begin domains list [options]
npx begin domains list [options]
Examples
List all domains with the verbose flag
begin domains list --verbose
npx begin domains list --verbose
begin domains add
Check a domain’s availability and start the subscription process
begin domains add <parameters> [options]
npx begin domains add <parameters> [options]
If the domain is available, you will get a link to checkout and complete the subscription process.
If the domain is unavailable, some suggestions will be provided.
Parameters
-
--domain
- The desired domain name
Examples
Add the domain your-name.dev
begin domains add --domain your-name.dev
npx begin domains add --domain your-name.dev
begin domains link
Link a subscribed domain to an environment
begin domains link <parameters> [options]
npx begin domains link <parameters> [options]
Parameters
-
-a
,--app
- Application ID, not required if working from Begin project directory
-
--domain
- Your subscribed domain name
-
-e
,--env
- Environment name or ID
Examples
Link the domain your-name.dev
to the “production” environment of the application XXXXXXXX
begin domains link --domain your-name.dev --env production --app XXXXXXXX
npx begin domains link --domain your-name.dev --env production --app XXXXXXXX
begin domains unlink
Disconnect a domain from an environment, making it available to re-link
begin domains unlink <parameters> [options]
npx begin domains unlink <parameters> [options]
Parameters
-
--domain
- Your subscribed domain name
Examples
Unlink the domain your-name.dev
begin domains unlink --domain your-name.dev
npx begin domains unlink --domain your-name.dev