# Functions
confirms command.
No description provided by the author
No description provided by the author
No description provided by the author
GenerateCommandTestCases generate commands with wrong arguments by cycling through all of them.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetInfrastructureFromCommand returns an Infrastructure object using the infrastructure_id_or_label argument.
No description provided by the author
No description provided by the author
No description provided by the author
GetKeyValueMapFromString returns a key value map from a kv string such as key1=value,key2=value.
GetKeyValueStringFromMap is the reverse operation from GetKeyValueMapFromString encoding the value into the key=value,key=value pairs.
No description provided by the author
No description provided by the author
asset_id_or_name.
No description provided by the author
verifyParam returns error if param is not present.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IdOrLabel returns an int or a string contained in the interface.
No description provided by the author
JSONFirstRowEquals checks if values of the table returned in the json match the values provided.
No description provided by the author
KeysOfMapAsString returns the keys of a map as a string separated by " ".
MakeCommand utility function that creates a command from a kv map.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
checks command with and without return_id.
checks the various outputs.
checks the various outputs.
No description provided by the author
No description provided by the author
No description provided by the author
Watch prints the return of the f function every refreshInterval intervals.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Command defines a command, arguments, description etc.
No description provided by the author
# Type aliases
CommandExecuteFunc a function type a command can take for executing the content.
CommandInitFunc a function type a command can take for initializing the command.