Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorGetApplication = errors.New("Failed to get the Edge Application: %s. Check your settings and try again. If the error persists, contact Azion support") ErrorConvertIdApplication = errors.New("The application ID you provided is invalid. The value must be an integer. You may run the 'azion list edge-application' command to check your application ID") )
View Source
var ( Usage = "edge-application" ShortDescription = "Returns the Edge Application data" LongDescription = "Displays information about the Edge Application via a given ID to show the application’s attributes in detail" FlagOut = "Exports the output to the given <file_path/file_name.ext>" FlagFormat = "Changes the output format passing the json value to the flag" HelpFlag = "Displays more information about the describe command" FlagId = "Unique identifier of the Edge Application" FileWritten = "File successfully written to: %s\n" AskInputApplicationID = "Enter the Edge Application's ID:" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.