r0gue-io/pop-cli

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

Open

#512 opened on Apr 3, 2025

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Rust (39 forks)github user discovery
DevExenhancementgood first issuemedium

Repository metrics

Stars
 (113 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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