bwrb dashboard
A dashboard is a saved list query. Run dashboards to execute saved queries and manage them with subcommands.
Synopsis
Section titled “Synopsis”bwrb dashboard [options] [name]bwrb dashboard <subcommand>Running Dashboards
Section titled “Running Dashboards”Execute a saved dashboard by name:
bwrb dashboard my-tasksbwrb dashboard inbox --output json # Override output formatOptions
Section titled “Options”| Option | Description |
|---|---|
-o, --output <format> | Override output format: text, paths, tree, link, json |
Subcommands
Section titled “Subcommands”| Subcommand | Description |
|---|---|
list | List all saved dashboards |
new <name> | Create a new dashboard |
edit [name] | Edit an existing dashboard |
Creating Dashboards
Section titled “Creating Dashboards”From bwrb list
Section titled “From bwrb list”Save any list query as a dashboard:
bwrb list task --where "status='active'" --save-as "active-tasks"bwrb list task --output tree --save-as "task-tree" --forceWith dashboard new
Section titled “With dashboard new”Create a dashboard directly:
bwrb dashboard new my-query --type task --where "status=active"Examples
Section titled “Examples”# Run a dashboardbwrb dashboard my-tasks
# Override output formatbwrb dashboard inbox --output json
# List all dashboardsbwrb dashboard listbwrb dashboard list --output json
# Create a new dashboardbwrb dashboard new my-query --type task --where "status=active"
# Edit a dashboardbwrb dashboard edit my-tasksSee Also
Section titled “See Also”- bwrb list — List and filter notes
- Targeting Model — Selector reference