forked from toolshed/abra
feat: domain CRUD complete with Gandi provider
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user