nodes:list
List nodes with optional filters.
Reference for flywheel nodes:list.
Use this command when you need a lightweight read of graph nodes before drilling into a specific node or branch.
Command Group
Nodes & Graph Commands
Summary
List nodes with optional filters.
Usage
flywheel nodes:list [FLAGS]Aliases
nl
Required flags
None.
Optional flags
| Flag | Value | Default | Choices | Description | Notes |
|---|---|---|---|---|---|
--page | integer | 1 | Page number (1-based). | ||
--page_size | integer | server default | Page size. | ||
--status | string | Filter by node status. | |||
--include_archived | Include archived nodes. | ||||
--format | FORMAT | json, tsv, csv, table | Output format for command results. | Use json for scripts and table for quick terminal inspection. | |
--env | PROFILE | Use a configured CLI profile for this invocation. | |||
--out | PATH | Write output to a file path, or use - for stdout. | |||
--open | Open browser-bound URLs when supported. | ||||
--no-retry | Disable transient-error retries. | ||||
--retry-max | N | Maximum transient-error retry attempts. | |||
--wait | Block on async operations until a terminal state is reached. | ||||
--wait-timeout | SECONDS | 600 | Seconds to wait for --wait before timing out. Defaults to 600. | ||
--allow-self | Allow mutating the currently active credential. | ||||
--timeout | SECONDS | Set the per-request timeout budget in seconds. | |||
--idempotency-key | KEY | Reuse an Idempotency-Key so ambiguous write failures can be retried with the same key. | |||
--force | Force safety-gated operations where supported. | ||||
--yes | Skip confirmation prompts for destructive operations. | ||||
--debug | Print structured request debugging with secrets masked. | ||||
--verbose | Print verbose progress for long-running operations. | ||||
-h, --help | Show this help. |
Examples
List the first page of active nodes.
flywheel nodes:list --page 1 --page_size 20Include archived nodes in the output.
flywheel nodes:list --include_archived