forked from toolshed/abra
docs: more domain command docs hacking
This commit is contained in:
@ -11,14 +11,18 @@ var DomainCommand = &cli.Command{
|
||||
Aliases: []string{"d"},
|
||||
ArgsUsage: "<domain>",
|
||||
Description: `
|
||||
This command supports managing DNS records via 3rd party providers such as
|
||||
Gandi DNS. It supports listing, creating, updating and removing all types of
|
||||
DNS records that you might need for managing Co-op Cloud apps.
|
||||
This command supports managing domain name records via 3rd party providers such
|
||||
as Gandi DNS. It supports listing, creating, updating and removing all types of
|
||||
records that you might need for managing Co-op Cloud apps.
|
||||
|
||||
The following providers are supported:
|
||||
|
||||
Gandi DNS https://www.gandi.net
|
||||
|
||||
You need an account with such a provider already. Typically, you need to
|
||||
provide an API token on the Abra command-line when using these commands so that
|
||||
you can authenticate with your provider account.
|
||||
|
||||
Any new provider can be integrated, we welcome change sets. See the underlying
|
||||
DNS library documentation for more. It supports many existing providers and
|
||||
allows to implement new provider support easily.
|
||||
|
Reference in New Issue
Block a user