Conditional prompt for optional components
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.
I believe this will be solved by #3500. Closing this out as a duplicate.
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.