CFY CLI create --force and --ignore_failures options for uninstall
cfy executions start -d <deployment> uninstall has a --force flag available.
Allowing these options --force and --ignore_failures would be helpful. These are also options available in the Cloudify UI.
Additionally, for built-in workflows (which we control), all workflow parameters should be available via the CLI.
add steps to reproduce
some more parameters/flags to add:
install:
tenant name
visibility
skip plugins validation
uninstall:
tenant name
i added some missing flags and command parameters.
note: the "ignore_failure" is a workflow parameter, and as such, it was already passed before my changes to the workflow.
the correct way to use it:
cfy uninstall -d dep -p ignore_failure=true