Some checks failed
Run Check Script / check (pull_request) Failing after -44h57m30s
12 lines
334 B
Bash
Executable File
12 lines
334 B
Bash
Executable File
cargo run -p example_fleet_rpi_setup -- \
|
|
--pi-host 192.168.2.19 \
|
|
--pi-user admin \
|
|
--ssh-key ~/.ssh/id_rsa \
|
|
--device-id paul \
|
|
--labels group=site-a,arch=aarch64 \
|
|
--agent-binary target/aarch64-unknown-linux-gnu/release/harmony-fleet-agent \
|
|
--nats-url nats://192.168.2.87:4222 \
|
|
--nats-user "" \
|
|
--nats-pass ""
|
|
|