WIP: domain create

This commit is contained in:
2021-10-20 00:05:57 +02:00
parent 7d8c53299d
commit 8703370785
2 changed files with 136 additions and 0 deletions

View File

@ -32,5 +32,6 @@ allows to implement new provider support easily.
`,
Subcommands: []*cli.Command{
DomainListCommand,
DomainCreateCommand,
},
}