Commit 8a5e42a
refactor: reorganize configure-env.sh with logical prompt ordering and gating
Prompts now flow in logical order: Cluster Connection → Installation Mode →
Operators → Runtime. Irrelevant questions are hidden based on earlier answers
(e.g. skip-all hides all operator questions, skip-COO hides COO images,
catalog-install hides bundle image prompts). Kubeconfig defaults to
~/.kube/config so oc login is sufficient. Extracted pick_kubeconfig_interactive
to deduplicate ~120 lines of Downloads scanning logic.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 1cc531b commit 8a5e42a
1 file changed
Lines changed: 251 additions & 369 deletions
0 commit comments