diff options
Diffstat (limited to 'docs/snippets/getting-started/anta_nrfu_json.sh')
-rw-r--r-- | docs/snippets/getting-started/anta_nrfu_json.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/snippets/getting-started/anta_nrfu_json.sh b/docs/snippets/getting-started/anta_nrfu_json.sh new file mode 100644 index 0000000..932aeb3 --- /dev/null +++ b/docs/snippets/getting-started/anta_nrfu_json.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 \ + json |