2b3b7f1e1f
Node delete is a destructive action and we should prompt a user to confirm they want to do this action. We also added a --yes parameter to skip this confirmation prompt. Change-Id: If4a82977e2351fd3a9e0241eee60cb3719ef43c0
7 lines
176 B
YAML
7 lines
176 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a y/n prompt to the node delete command to prevent a user from
|
|
accidently executing a node delete action since it's a destructive
|
|
action.
|