docs: dns list docs

This commit is contained in:
decentral1se 2021-10-18 22:20:11 +02:00
parent 597b4b586e
commit 7f3f41ede4
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -23,6 +23,11 @@ var DomainListCommand = &cli.Command{
internal.DNSProviderFlag, internal.DNSProviderFlag,
}, },
Description: ` Description: `
This command lists all domains managed by a 3rd party provider.
You must specify a zone (e.g. example.com) under which your DNS entries are
listed. This zone must already be created via the provider web interface or
using "abra domain create".
`, `,
Action: func(c *cli.Context) error { Action: func(c *cli.Context) error {
zone := c.Args().First() zone := c.Args().First()