1
0
Fork 0
anta/docs/cli/check.md
Daniel Baumann ecf5ca3300
Adding upstream version 0.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 11:32:40 +01:00

819 B

ANTA check commands

The ANTA check command allow to execute some checks on the ANTA input files. Only checking the catalog is currently supported.

anta check --help
Usage: anta check [OPTIONS] COMMAND [ARGS]...

  Check commands for building ANTA

Options:
  --help  Show this message and exit.

Commands:
  catalog  Check that the catalog is valid

Checking the catalog

Usage: anta check catalog [OPTIONS]

  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.