Cache file path. Defaults to ./issue-tree-cache.json.
When true, open child-of edges count as gating for the parent's status.
OptionalconcentrateWhen true, merge parallel edges with shared endpoints.
OptionaledgeMinimum rank distance per edge. Graphviz default 1.
How edges are visually distinguished; defaults to 'color'.
OptionalengineGraphviz layout engine; undefined uses the engine's default.
Raw --token value, or undefined when not provided.
When true, discard any existing cache file before scanning.
Resolved output format. Defaults to 'png' for auto (different from render/all).
OptionalgraphOuter page margin, in inches. Graphviz default 0.5.
OptionalgraphOuter pad around the whole graph, in inches. Graphviz default ~0.055.
OptionalissueGraphviz shape name used for issue nodes.
Restrict to issues carrying one of these labels; empty keeps all.
Restrict to this milestone title; undefined keeps all.
OptionalnodePer-node text padding inside boxes, as "x" or "x,y". Graphviz default "0.11,0.055".
OptionalnodesepGap between nodes in the same rank, in inches. Graphviz default 0.25.
Output path, or undefined to write text to stdout / binary to a synthesised filename.
Disconnected-component 2D packing mode; defaults to 'node' (shelf packing).
OptionalprGraphviz shape name used for pull-request nodes.
When true, suppress per-page and per-issue progress output.
Graph rank direction; defaults to 'lr'.
OptionalranksepGap between ranks, in inches. Graphviz default 0.5.
Max pixel dimension on the longer axis for png/jpeg raster output.
The directory to scan; defaults to . when no positional is provided.
How widely to keep nodes around the metadata-passing set.
OptionalsplinesEdge routing; undefined uses the DOT default ('curved').
Raw GitHub state filter; defaults to 'all'.
Discriminator: identifies this as an auto command.
When true, sleep through rate-limit pauses instead of stopping.
Parsed
autoinvocation. Walks a directory tree, extracts repos from any project manifests it finds, forwards the deduped list torunScan, and then renders the resulting cache —autois a scan + render combo, likeall, except its repo list comes from filesystem discovery rather than--repoflags. Carries every scan and render field for that reason.The default
formatforautois'png'(different fromrender/all, which default tosvg/inferred). The reasoning: the natural endpoint ofautois the rendered image, so a binary image makes the best default. An explicit--formator a--outwith an extension still wins.