diff options
Diffstat (limited to 'docs/snippets/getting-started/anta_nrfu_text.sh')
-rw-r--r-- | docs/snippets/getting-started/anta_nrfu_text.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/snippets/getting-started/anta_nrfu_text.sh b/docs/snippets/getting-started/anta_nrfu_text.sh new file mode 100644 index 0000000..3835b51 --- /dev/null +++ b/docs/snippets/getting-started/anta_nrfu_text.sh @@ -0,0 +1,9 @@ +anta nrfu \ + --username arista \ + --password arista \ + --inventory ./inventory.yml \ + `# uncomment the next two lines if you have an enable password `\ + `# --enable` \ + `# --enable-password <password>` \ + --catalog ./catalog.yml \ + text |