dob.cmds_list package

Submodules

dob.cmds_list.activity module

dob.cmds_list.activity.list_activities(controller, output_format='table', table_type='texttable', max_width=-1, output_path=None, show_usage=False, show_duration=False, **kwargs)[source]

List activity names, optionally filtered and formatted specially.

Writes to stdout, or to the file specified by output_path.

dob.cmds_list.category module

dob.cmds_list.category.list_categories(controller, output_format='table', table_type='texttable', max_width=-1, output_path=None, show_usage=False, show_duration=False, **kwargs)[source]

List category names, optionally filtered and formatted specially.

Writes to stdout, or to the file specified by output_path.

dob.cmds_list.fact module

dob.cmds_list.fact.list_facts(controller, show_usage=False, show_duration=False, hide_description=False, column=None, output_format='csv', table_type='texttable', max_width=-1, row_limit=None, factoid_rule='', output_path=None, spark_total=None, spark_width=None, spark_secs=None, show_totals=False, hide_totals=False, re_sort=False, *args, **kwargs)[source]

Finds and lists facts according to specified filtering, sorting and display options.

Writes to stdout, or to the file specified by output_path.

Parameters:of the arguments are documented elsewhere. (Most) –
Returns:If success.
Return type:None

dob.cmds_list.tag module

dob.cmds_list.tag.list_tags(controller, output_format='table', table_type='texttable', max_width=-1, output_path=None, show_usage=False, show_duration=False, **kwargs)[source]

List tag names, optionally filtered and formatted specially.

Writes to stdout, or to the file specified by output_path.

Module contents

dob list commands.