sbl

Display a collection of scrum cards

usage: sbl [-h] [-c [COLUMNS]] [-b] [-H] [-g FIELD] [-i FILTER] [-s FIELD]
           [-o {text,board}] [--version]
           [collection]

Positional Arguments

collection

The collection to return. If none is given, all cards are returned.

Named Arguments

-c, --columns

A comma separated list of columns to return.

-b, --bare

Return bare paths only suitable for scripting. Effectively shorthand for sbl -H -c path.

Default: False

-H, --omit-headers

Omit headers from output.

Default: False

-g, --group-by

Group by field in card. Can use multiple group-by arguments to have multiple levels of grouping.

-i, --include

Only include collections that match this filter. The filter is in the format key=value1[, value2, …]. Multiple values verify if the field is any of the values. Multiple –include statements must all be matched.

-s, --sort-by

Sort by a field in card. Can use multiple sort-by arguments to have multiple levels of grouping. Can prefix field with ^ to reverse the sort.

-o, --output

Possible choices: text, board

Output format

Default: “text”

--version

show program’s version number and exit