Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorConvertId = errors.New("The domain ID you provided is invalid. The value must be an integer. You may run the 'azion list domains' command to check your domain ID") ErrorFailToDeleteDomain = errors.New("Failed to delete the Domain: %s. Check your settings and try again. If the error persists, contact Azion support") )
View Source
var ( Usage = "domain" ShortDescription = "Removes a domain" LongDescription = "Removes a domain from the Domains library based on a given ID" OutputSuccess = "Domain %d was successfully deleted\n" HelpFlag = "Displays more information about the delete domain subcommand" FlagId = "Unique identifier of the Domain" AskDeleteInput = "What is the id of the Domain you wish to delete?" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.