Adding upstream version 1.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f13b7abbd8
commit
77504588ab
196 changed files with 10121 additions and 3780 deletions
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
anta_title: ANTA check commands
|
||||
---
|
||||
<!--
|
||||
~ 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.
|
||||
-->
|
||||
|
||||
# ANTA check commands
|
||||
|
||||
The ANTA check command allow to execute some checks on the ANTA input files.
|
||||
Only checking the catalog is currently supported.
|
||||
|
||||
|
@ -27,10 +28,12 @@ Commands:
|
|||
```bash
|
||||
Usage: anta check catalog [OPTIONS]
|
||||
|
||||
Check that the catalog is valid
|
||||
Check that the catalog is valid.
|
||||
|
||||
Options:
|
||||
-c, --catalog FILE Path to the test catalog YAML file [env var:
|
||||
ANTA_CATALOG; required]
|
||||
--help Show this message and exit.
|
||||
-c, --catalog FILE Path to the test catalog file [env var:
|
||||
ANTA_CATALOG; required]
|
||||
--catalog-format [yaml|json] Format of the catalog file, either 'yaml' or
|
||||
'json' [env var: ANTA_CATALOG_FORMAT]
|
||||
--help Show this message and exit.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue