Hey folks,
I’m running fly redis create in a GitHub Actions pipeline and hit an issue with the ProdPack prompt. The command fails in non-interactive environments with:
ProdPack adds enhanced features for production workloads at $200/mo.
This setting can be changed later.
Error: prompt: non interactive
Looking at the available flags, --enable-prodpack exists but there’s no --disable-prodpack counterpart — which seems like an oversight, since the same pattern is used for eviction (--enable-eviction / --disable-eviction).
As a result, there’s currently no way to skip the ProdPack prompt in automation without resorting to workarounds like the GraphQL API or PTY hacks.
Would it be possible to add --disable-prodpack to complete the pair? It would make the CLI fully usable in CI/CD without any extra gymnastics.