osc_lib.command.commandmanager Module¶Modify cliff.CommandManager
osc_lib.command.commandmanager.CommandManager(namespace, convert_underscores=True)¶Bases: cliff.commandmanager.CommandManager
Add additional functionality to cliff.CommandManager
Load additional command groups after initialization Add _command_group() methods
add_command_group(group=None)¶Adds another group of command entrypoints
get_command_groups()¶Returns a list of the loaded command groups
get_command_names(group=None)¶Returns a list of commands loaded for the specified group
load_commands(namespace)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.