Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fiix: Doc is wrong for anta nrfu table example #892

Open
gmuloc opened this issue Oct 21, 2024 · 0 comments · May be fixed by #893
Open

fiix: Doc is wrong for anta nrfu table example #892

gmuloc opened this issue Oct 21, 2024 · 0 comments · May be fixed by #893
Milestone

Comments

@gmuloc
Copy link
Collaborator

gmuloc commented Oct 21, 2024

--tags leaf is in the wrong position

https://anta.arista.com/stable/getting-started/#default-report-using-table

anta nrfu \
    --username tom \
    --password arista123 \
    --enable \
    --enable-password t \
    --inventory .personal/inventory_atd.yml \
    --catalog .personal/tests-bases.yml \
    table --tags leaf

should be

anta nrfu \
    --username tom \
    --password arista123 \
    --enable \
    --enable-password t \
    --inventory .personal/inventory_atd.yml \
    --catalog .personal/tests-bases.yml \
    --tags leaf \
    table
@gmuloc gmuloc added this to the v1.2.0 milestone Oct 21, 2024
@gmuloc gmuloc linked a pull request Oct 21, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant