To align with other CLIs, like npm or gh, we should use `-f, --force` instead of `--confirm`. This is a breaking change for which we need to: - [x] remove existing `-f` shorts - [x] replace all instances of `--confirm` with `-f, --force` in code - [x] replace all instances of `--confirm` with `-f, --force` in docs
To align with other CLIs, like npm or gh, we should use
-f, --forceinstead of--confirm. This is a breaking change for which we need to:-fshorts--confirmwith-f, --forcein code--confirmwith-f, --forcein docs