-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(device): updates device delete command to delete multiple devices (
#217) This commit updates device delete command that enables users to conveniently delete existing devices by providing device name or regex that can delete multiple devices Usage: python -m rio device delete [OPTIONS] [DEVICE_NAME_OR_REGEX] Deletes one more devices Options: -f, --force, --silent Skip confirmation -a, --delete-all Deletes all devices -w, --workers INTEGER number of parallel workers while running delete device command. defaults to 10. --help Show this message and exit.
- Loading branch information
Showing
2 changed files
with
142 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters