Submit an issue View all issues Source
MIR-701

`miren env set` should watch deploy and print routes like `deploy` and `rollback` do

Done public
phinze phinze Opened Feb 12, 2026 Updated Feb 25, 2026

miren env set triggers a new version deployment, but unlike miren deploy and miren rollback, it exits immediately after setting the vars without watching the deploy progress or printing the routes at the end.

Would be nice if it followed the same pattern — watch the deployment roll out and show the app URL when it's done. Makes it easier to verify things are working without having to run miren app status separately.