What are short commands?
Short Commands simplify API workflows by reducing command-line input and chaining successive calls in a single command, instead of calling each endpoint directly.
Important information about short command parameters
Short command parameters are ordered, not named; they do not need to be prefixed with the parameter name and need only be in the correct order.
For example, the syntax for the command RetrievePassword is:
psrun2 -i $host $key $user RetrievePassword $MANAGEDSYSTEM $MANAGEDACCOUNT $REASON
