flyctl
flyctl copied to clipboard
feat: add confirmation step to secrets set
Change Summary
What and Why:
When publishing secrets to our apps, there's currently no confirmation step. This led to an incident where secrets were accidentally overwritten on the main app instead of the staging app due to a missing --app flag, causing the main app to break.
How: Implement a confirmation prompt when publishing secrets. This will require users to explicitly confirm their action before secrets are published, reducing the risk of accidental overwrites.
Related to:
Documentation
- [ ] Fresh Produce
- [ ] In superfly/docs, or asked for help from docs team
- [ ] n/a