Skip to content

lb tree

Terminal window
lb tree [category] [options]

lb tree prints your PARA hierarchy. You can optionally filter to a single category (projects, areas, or resources) and by status. Archive items are hidden by default unless --status archived is passed.

ArgumentDescription
categoryOptional. One of projects, areas, or resources. Omit to show all categories.
OptionTypeDescription
--status <status>stringFilter by status: active or archived. Omit to show active items only.
--jsonflagOutput raw JSON.
--api-url <url>stringOverride the API base URL.

Show all active PARA items:

Terminal window
lb tree

Show only projects:

Terminal window
lb tree projects

Show archived areas:

Terminal window
lb tree areas --status archived

Output the full tree as JSON:

Terminal window
lb tree --json | jq '.[].label'