Merging upstream version 0.12.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f45bc3d463
commit
8d2f70e3c7
77 changed files with 23610 additions and 2331 deletions
32
docs/README.md
Normal file
32
docs/README.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!-- [](https://github.com/titom73/eos-downloader/actions/workflows/pr-management.yml)
|
||||

|
||||
[](https://github.com/psf/black)
|
||||

|
||||

|
||||

|
||||
[](https://github.com/pre-commit/pre-commit) -->
|
||||
|
||||
# Arista Software Downloader
|
||||
|
||||
A project to download Arista softwares to local folder, Cloudvision or EVE-NG. It comes in 2 way: a framework with object to automate Arista software download and a CLI for human activities.
|
||||
|
||||
<img src='imgs/readme-7.png' class="center" />
|
||||
|
||||
> [!CAUTION]
|
||||
> This script should not be deployed on EOS device. If you do that, there is no support to expect from Arista TAC team.
|
||||
|
||||
```bash
|
||||
# install eos-downloader from pypi
|
||||
pip install eos-downloader
|
||||
|
||||
# download EOS swi for EOS 64bits
|
||||
ardl --token <your-token> get eos --format 64 --latest --release-type M
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
From an original idea of [@Mark Rayson](https://github.com/Sparky-python) in [arista-netdevops-community/eos-scripts](https://github.com/arista-netdevops-community/eos-scripts)
|
||||
|
||||
## License
|
||||
|
||||
Code is under [Apache2](https://github.com/titom73/eos-downloader/blob/main/LICENSE) License
|
Loading…
Add table
Add a link
Reference in a new issue