1 2 3 4 5 6 7 8 9 10 11 12 13 14
local: cargo run --bin all-smi -- view remote: cargo run --bin all-smi -- view --hostfile ./hosts.csv mock: cargo run --features mock --bin all-smi-mock-server -- --port-range 10001-10050 release: cargo build --release test: cargo test --all