lb tree
Synopsis
Section titled “Synopsis”lb tree [category] [options]Description
Section titled “Description”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.
Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
category | Optional. One of projects, areas, or resources. Omit to show all categories. |
Options
Section titled “Options”| Option | Type | Description |
|---|---|---|
--status <status> | string | Filter by status: active or archived. Omit to show active items only. |
--json | flag | Output raw JSON. |
--api-url <url> | string | Override the API base URL. |
Examples
Section titled “Examples”Show all active PARA items:
lb treeShow only projects:
lb tree projectsShow archived areas:
lb tree areas --status archivedOutput the full tree as JSON:
lb tree --json | jq '.[].label'