`--disable-prodpack` flag is missing from `fly redis create`

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.

Never mind, I found the issue on GitHub which explains the usage - 0.4.10 breaks non-interactive redis db creation · Issue #4738 · superfly/flyctl · GitHub. But the issue with two different patterns remains.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.