Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
- 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
alphabet5 committed Jan 24, 2022
1 parent 7203e36 commit 9202137
Show file tree
Hide file tree
Showing 5 changed files with 613 additions and 320 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# cisco-documentation

Documentation Method for Cisco Devices using excel.
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Requirements

Expand Down Expand Up @@ -81,6 +83,13 @@ twine upload dist/*

## Changelog

### 0.0.10
- 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)
Expand Down
2 changes: 1 addition & 1 deletion cisco_documentation/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.10
4 changes: 4 additions & 0 deletions cisco_documentation/cisco-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@ additional-commands:
ssh-config:
help: Specify an ssh config file for using a jump host to connect to the switches.
default: ''
type: str
switch:
help: Specify a single switch to collect information from.
default: ''
type: str
Loading

0 comments on commit 9202137

Please sign in to comment.