Merging upstream version 1.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
50f8dbf7e8
commit
2044ea6182
196 changed files with 10121 additions and 3780 deletions
|
@ -1,14 +1,16 @@
|
|||
---
|
||||
anta_title: Executing Commands on Devices
|
||||
---
|
||||
<!--
|
||||
~ Copyright (c) 2023-2024 Arista Networks, Inc.
|
||||
~ Use of this source code is governed by the Apache License 2.0
|
||||
~ that can be found in the LICENSE file.
|
||||
-->
|
||||
|
||||
# Executing Commands on Devices
|
||||
|
||||
ANTA CLI provides a set of entrypoints to facilitate remote command execution on EOS devices.
|
||||
|
||||
### EXEC Command overview
|
||||
## EXEC command overview
|
||||
|
||||
```bash
|
||||
anta exec --help
|
||||
Usage: anta exec [OPTIONS] COMMAND [ARGS]...
|
||||
|
@ -133,6 +135,7 @@ json_format:
|
|||
text_format:
|
||||
- show bfd peers
|
||||
```
|
||||
|
||||
### Example
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue