-
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.
- Added an option for a local keyring to default to /keyring.json if there are no valid backends. (i.e. ubuntu server default install) - Updated formatting to black. - Added generic error handling when collecting information sequentially. Failed collection will skip the device in the results. - Added option to collect information from a single device. (--switch) - Fixed run-commands by adding the default-creds options. ### 0.0.9 - Added rich to the requirements. - Added option to run sequentially instead of in parallel. (--parallel flag) - Added function and cli app to help test and save credentials.
- Loading branch information
Showing
5 changed files
with
613 additions
and
320 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.8 | ||
0.0.10 |
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
Oops, something went wrong.