forked from toolshed/abra
docs: dns list docs
This commit is contained in:
parent
597b4b586e
commit
7f3f41ede4
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user