The osc_lib.command.command Module

class osc_lib.command.command.Command(app, app_args, cmd_name=None)

Bases: cliff.command.Command

deprecated_option_warning(old_option, new_option)

Emit a warning for use of a deprecated option

log = <logging.Logger object>
run(parsed_args)
validate_os_beta_command_enabled()
class osc_lib.command.command.CommandMeta

Bases: abc.ABCMeta

class osc_lib.command.command.Lister(app, app_args, cmd_name=None)

Bases: osc_lib.command.command.Command, cliff.lister.Lister

log = <logging.Logger object>
class osc_lib.command.command.ShowOne(app, app_args, cmd_name=None)

Bases: osc_lib.command.command.Command, cliff.show.ShowOne

log = <logging.Logger object>
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.