# Functions
NewCmdAuth returns an initialized Command instance for 'auth' sub command.
NewCmdCanI returns an initialized Command for 'auth can-i' sub command.
NewCmdReconcile holds the options for 'auth reconcile' sub command.
NewCmdWhoAmI returns an initialized Command for 'auth whoami' sub command.
NewReconcileOptions returns a new ReconcileOptions instance.
NewWhoAmIFlags returns a default WhoAmIFlags.
# Structs
CanIOptions is the start of the data required to perform the operation.
ReconcileOptions is the start of the data required to perform the operation.
WhoAmIFlags directly reflect the information that CLI is gathering via flags.
WhoAmIOptions is the start of the data required to perform the operation.