Add enforce flag to enable forced cluster deletion
This MR adds an --enforce
flag to the apply command (default: false).
When enabled, infractl will delete any cluster on the specified project that is now configured under config.yaml
By default, this is disabled, so infractl will not delete non-owned clusters.
Edited by Karen Almog