I'd like to use ct install in helm dry-run mode. Trying to do that using ct install --debug --helm-extra-args="--dry-run=server --debug" --target-branch main will fail because the arguments are also applied to other helm commands like helm test and helm uninstall which don't recognise the dry-run argument.
Maybe an option --helm-install-extra-args is needed?
I'd like to use
ct installin helm dry-run mode. Trying to do that usingct install --debug --helm-extra-args="--dry-run=server --debug" --target-branch mainwill fail because the arguments are also applied to other helm commands likehelm testandhelm uninstallwhich don't recognise the dry-run argument.Maybe an option
--helm-install-extra-argsis needed?