feat: domain CRUD complete with Gandi provider

This commit is contained in:
2021-10-20 16:52:19 +02:00
parent da8d72620a
commit 02d24104e1
3 changed files with 130 additions and 1 deletions

View File

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