pub const CABIN_NET_OFFLINE: &str = "CABIN_NET_OFFLINE";
Forbid network access for this invocation. Equivalent to passing --offline on the CLI. The CLI flag still takes precedence; the env var only sets the default.
--offline