pub fn cmd_trace(id: &str, json: bool, beans_dir: &Path) -> Result<()>Expand description
Handle bn trace <id> command.
Walks the bean graph from the given bean: parent chain up to root, direct children, dependencies (what this bean waits on), dependents (what waits on this bean), produces/requires artifacts, and attempt history.