Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorCreate = errors.New("Failed to create the Personal Token: %s. Check your settings and try again. If the error persists, contact Azion support.") ErrorMissingExpiration = errors.New("Failed to create the Personal Token: You must provide an expiration value.") )
View Source
var ( CreateUsage = "personal-token" CreateShortDescription = "Creates a personal token" CreateLongDescription = "Creates a personal token to be used for authentication and security" CreateFlagName = "The personal token's name" CreateFlagExpiresAt = "The personal token's expiration" CreateFlagDescription = "The personal token's description" CreateFlagIn = "Path to a JSON file containing the attributes of the personal token being created; you can use - for reading from stdin" CreateOutputSuccess = "Created personal token: %s\n" CreateHelpFlag = "Displays more information about the 'create personal-token' subcommand" AskInputName = "What is the name of the Personal Token?" AskInputExpiration = "What is the expiration of the Personal Token?" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.