CLI for edge operators
Note: Content below was added after 10:59 PM today.
CLI is in development
Install the FieldMid CLI
Monitor incidents, approve join requests, and run diagnostics from any Linux terminal. The CLI syncs data locally via PowerSync for offline-first access.
Option 1 — One-line install
curl -fsSL https://fieldmid.com/install.sh | shOption 2 — Build from source
cargo install --git https://github.com/fieldmid/rust-edge-repo.gitAfter install
fieldmid login # Authenticate via browser
fieldmid # Start the edge daemon (TUI)
fieldmid latest-incidents # View synced incidents
fieldmid requests # Approve/reject join requests
fieldmid doctor # Diagnose connectivity
CLI Screenshot
Latest visual preview of the CLI interface.
