Adding upstream version 0.9.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6dc7f1a5a2
commit
fb90b93350
28 changed files with 1073 additions and 859 deletions
31
README.md
31
README.md
|
@ -1,4 +1,13 @@
|
|||
[](https://github.com/titom73/eos-downloader/actions/workflows/pr-management.yml)   
|
||||
[](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
|
||||
|
||||
|
@ -19,6 +28,7 @@ Usage: ardl [OPTIONS] COMMAND [ARGS]...
|
|||
Arista Network Download CLI
|
||||
|
||||
Options:
|
||||
--version Show the version and exit.
|
||||
--token TEXT Arista Token from your customer account [env var:
|
||||
ARISTA_TOKEN]
|
||||
--help Show this message and exit.
|
||||
|
@ -26,7 +36,6 @@ Options:
|
|||
Commands:
|
||||
debug Debug commands to work with ardl
|
||||
get Download Arista from Arista website
|
||||
version Display version of ardl
|
||||
```
|
||||
|
||||
> **Warning**
|
||||
|
@ -35,10 +44,22 @@ Commands:
|
|||
|
||||
### Download EOS Package
|
||||
|
||||
|
||||
> **Note**
|
||||
> Supported packages are: EOS, cEOS, vEOS-lab, cEOS64
|
||||
|
||||
You can download EOS packages with following commands:
|
||||
CLI gives an option to get latest version available. By default it takes latest `F` release
|
||||
|
||||
```bash
|
||||
ardl get eos --image-type cEOS --latest
|
||||
```
|
||||
|
||||
If you want to get latest M release, you can use `--release-type`:
|
||||
|
||||
```bash
|
||||
ardl get eos --image-type cEOS --release-type M --latest
|
||||
```
|
||||
|
||||
You can download a specific EOS packages with following commands:
|
||||
|
||||
```bash
|
||||
# Example for a cEOS package
|
||||
|
@ -164,7 +185,7 @@ tqdm
|
|||
|
||||
On EVE-NG, you may have to install/upgrade __pyOpenSSL__ in version `23.0.0`:
|
||||
|
||||
```
|
||||
```bash
|
||||
# Error when running ardl: AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
|
||||
|
||||
$ pip install pyopenssl --upgrade
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue