r0gue-io/pop-cli

feat: automatically compile binary when doing `pop up network`

Open

#512 geöffnet am 3. Apr. 2025

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (39 Forks)github user discovery
DevExenhancementgood first issuemedium

Repository-Metriken

Stars
 (113 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I launch a network and I see some mistake in my runtime. I fix the changes and I then want to launch the network again. I don't want to compile separately from entering the pop up command, it should do it for me so that the user can be certain it always uses the binary with the latest changes.

There should be a flag where you can specify to not compile: --no-build

Ref: https://x.com/Moliholy88/status/1905531031966335143

Contributor Guide