refactor!: abra server interface more coherent

This follows our app new UX and interactive mode design.
This commit is contained in:
2021-10-22 10:31:33 +02:00
parent 94c7f59113
commit 313e3beb1e
7 changed files with 486 additions and 187 deletions

View File

@ -23,16 +23,16 @@ 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.
New providers 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.
https://pkg.go.dev/github.com/libdns/libdns
`,
Subcommands: []*cli.Command{
RecordListCommand,
RecordCreateCommand,
RecordNewCommand,
RecordRemoveCommand,
},
}