From 7f3f41ede4b44776bed3e9d076b09544621b91f4 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 18 Oct 2021 22:20:11 +0200 Subject: [PATCH] docs: dns list docs --- cli/domain/list.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cli/domain/list.go b/cli/domain/list.go index 5503bc62f..a68bbe3bf 100644 --- a/cli/domain/list.go +++ b/cli/domain/list.go @@ -23,6 +23,11 @@ var DomainListCommand = &cli.Command{ internal.DNSProviderFlag, }, 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 { zone := c.Args().First()