zarf icon indicating copy to clipboard operation
zarf copied to clipboard

Conditional prompt for optional components

Open knhsll opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

When using optional components alongside prompts for secrets, there is no option to skip the prompt if the component is not going to be deployed.

Describe the solution you'd like

Implement a mechanism that detects whether an optional component is selected for deployment. If it is not, the system should automatically skip any associated prompts for secrets, streamlining the deployment process and avoiding unnecessary user input.

knhsll avatar Aug 26 '24 14:08 knhsll

I believe this will be solved by #3500. Closing this out as a duplicate.

mkcp avatar Feb 28 '25 21:02 mkcp

Got my wires crossed on this one, prompts are being handled separately and potentially expanded on the future. Need to reevaluate our config input flow and ensure user prompts aren't a bandaid for config validation. Reopening.

mkcp avatar Mar 03 '25 18:03 mkcp