Skip to main content

explain_live

Function explain_live 

Source
pub async fn explain_live(
    socket: Option<&str>,
    args: &ExplainArgs,
) -> Result<()>
Expand description

The --live path of basil explain (basil-1zx.3).

Connects over the global --socket and asks the RUNNING broker’s serving generation the same subject/op/key question the offline dry-run answers from files. Requires the dedicated explain admin permission. The offline config-override paths on ExplainArgs are irrelevant here and are ignored; clap guarantees --op and --key are present (--effective, the only thing that makes them optional, conflicts with --live).