21 lines
907 B
Text
21 lines
907 B
Text
|
Usage: anta [OPTIONS] COMMAND [ARGS]...
|
||
|
|
||
|
Arista Network Test Automation (ANTA) CLI
|
||
|
|
||
|
Options:
|
||
|
--version Show the version and exit.
|
||
|
--log-file FILE Send the logs to a file. If logging level is
|
||
|
DEBUG, only INFO or higher will be sent to
|
||
|
stdout. [env var: ANTA_LOG_FILE]
|
||
|
-l, --log-level [CRITICAL|ERROR|WARNING|INFO|DEBUG]
|
||
|
ANTA logging level [env var:
|
||
|
ANTA_LOG_LEVEL; default: INFO]
|
||
|
--help Show this message and exit.
|
||
|
|
||
|
Commands:
|
||
|
check Commands to validate configuration files
|
||
|
debug Commands to execute EOS commands on remote devices
|
||
|
exec Commands to execute various scripts on EOS devices
|
||
|
get Commands to get information from or generate inventories
|
||
|
nrfu Run ANTA tests on devices
|