def __init__(self): commands = [ RegisterCommand, UnRegisterCommand, AddonsCommand, ConfigCommand, ListCommand, IdentityCommand, OwnersCommand, RefreshCommand, CleanCommand, RedeemCommand, ReposCommand, ReleaseCommand, StatusCommand, EnvironmentsCommand, ImportCertCommand, ServiceLevelCommand, VersionCommand, RemoveCommand, AttachCommand, PluginsCommand, AutohealCommand, OverrideCommand, RoleCommand, UsageCommand, FactsCommand, SyspurposeCommand, ] CLI.__init__(self, command_classes=commands)
def __init__(self): commands = [SystemCommand] CLI.__init__(self, commands)
def __init__(self): commands = [CatCertCommand, CatManifestCommand, StatCertCommand, DumpManifestCommand] CLI.__init__(self, commands)
def __init__(self): commands = [ CatCertCommand, CatManifestCommand, StatCertCommand, DumpManifestCommand ] CLI.__init__(self, commands)
def __init__(self): commands = [CatCertCommand] CLI.__init__(self, commands)