pub fn run(json: bool, addr_override: Option<&str>) -> i32Expand description
Run fdl status.
Address resolution, in order:
--addr <host[:port]>— used exactly as given.- Active env overlay (
fdl @cluster status/FDL_ENV=cluster):cluster.controller.host:port, with a loopback retry on connection-refused (an all-tunneled run binds loopback only, andfdl statustypically runs on the controller box). - Convention default
127.0.0.1:1337(single-host / auto-promoted runs), noted on stderr.
Exit code: 0 when the state was fetched and printed; 1 when no endpoint answered.