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

@ -30,7 +30,7 @@ This command creates a new domain name record for a specific zone.
You must specify a zone (e.g. example.com) under which your domain name records
are listed. This zone must already be created on your provider account.
Examples:
Example:
abra domain create -p gandi foo.com A myapp 192.168.178.44
@ -128,6 +128,7 @@ Which means you can then deploy an app against "myapp.foo.com" successfully.
strconv.Itoa(createdRecord.Priority),
})
table.SetCaption(true, "record created")
table.Render()
return nil