2025-02-05 11:32:35 +01:00
|
|
|
Usage: anta [OPTIONS] COMMAND [ARGS]...
|
|
|
|
|
2025-02-05 11:39:09 +01:00
|
|
|
Arista Network Test Automation (ANTA) CLI.
|
2025-02-05 11:32:35 +01:00
|
|
|
|
|
|
|
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:
|
2025-02-05 11:39:09 +01:00
|
|
|
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 selected inventory devices.
|