Add "Safe" CLI mode #118
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a "safe" CLI mode where more actions (e.g. VM state changes) will prompt for confirmation.
This should not be that hard, as the
--yes
option can just be added to more commands and ignored when not in safe mode.The actual mode itself can be set by an environment variable. Must decide if the default is safe, or "unsafe" mode, and then allow that change via the envvar.
Default of safe and adding "PVC_CLI_UNSAFE" envvar should work well.
closed via commit
629cf62385