{b}kanbn board{b} {b}kanbn b{b} Show the kanbn board. Options: {b}kanbn board --view "view"{b} {b}kanbn board -v "view"{b} Show the specified board view. Views are defined in the "views" project option and can re-arrange, filter, sort and group tasks without moving them between columns. See docs/views.md for the view format and worked examples. {b}kanbn board --json{b} {b}kanbn board -j{b} Output raw data instead of rendering the board. The data will be returned in JSON format. This is the quickest way to check what a view's filters actually match. {b}kanbn board --board "board-slug"{b} {b}kanbn board -b "board-slug"{b} Target a board other than the main one. Falls back to the KANBN_BOARD environment variable and then to the defaultBoard option. See {b}kanbn boards{b} for the list of boards. Simple tasks - lines in a column that aren't task links - are shown dimmed at the end of their column. They only appear in the default layout: a view filters and sorts tasks, and a simple task has no fields to filter or sort on. They are left out of {b}--json{b} for the same reason.