diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-10-15 20:30:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-10-15 20:32:01 +0000 |
commit | e45744e7c5b9916c398fe41273194ffb671fcdac (patch) | |
tree | 620ad07a959cf23c8fef76d2967d31eb9c29e6ec /docs/snippets/anta_nrfu_help.txt | |
parent | Releasing debian version 1.0.0-1. (diff) | |
download | anta-e45744e7c5b9916c398fe41273194ffb671fcdac.tar.xz anta-e45744e7c5b9916c398fe41273194ffb671fcdac.zip |
Merging upstream version 1.1.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/snippets/anta_nrfu_help.txt')
-rw-r--r-- | docs/snippets/anta_nrfu_help.txt | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/snippets/anta_nrfu_help.txt b/docs/snippets/anta_nrfu_help.txt index 68cb4b8..cb23fa7 100644 --- a/docs/snippets/anta_nrfu_help.txt +++ b/docs/snippets/anta_nrfu_help.txt @@ -29,8 +29,10 @@ Options: ANTA_INVENTORY; required] --tags TEXT List of tags using comma as separator: tag1,tag2,tag3. [env var: ANTA_TAGS] - -c, --catalog FILE Path to the test catalog YAML file [env - var: ANTA_CATALOG; required] + -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] -d, --device TEXT Run tests on a specific device. Can be provided multiple times. -t, --test TEXT Run a specific test. Can be provided @@ -41,7 +43,8 @@ Options: or 1 if any test failed. [env var: ANTA_NRFU_IGNORE_ERROR] --hide [success|failure|error|skipped] - Group result by test or device. + Hide results by type: success / failure / + error / skipped'. --dry-run Run anta nrfu command but stop before starting to execute the tests. Considers all devices as connected. [env var: @@ -49,7 +52,9 @@ Options: --help Show this message and exit. Commands: - json ANTA command to check network state with JSON result. - table ANTA command to check network states with table result. - text ANTA command to check network states with text result. + csv ANTA command to check network state with CSV report. + json ANTA command to check network state with JSON results. + md-report ANTA command to check network state with Markdown report. + table ANTA command to check network state with table results. + text ANTA command to check network state with text results. tpl-report ANTA command to check network state with templated report. |