From 6af5b0a02a0e9031b12729950186dd64464046c6 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 13 May 2024 16:39:00 +0200 Subject: [PATCH] docs(cli): update latest cli documentation (#2960) --- pages/docs/tools/cli/usage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/docs/tools/cli/usage.md b/pages/docs/tools/cli/usage.md index 69d456c5d905..d0f24dc74472 100644 --- a/pages/docs/tools/cli/usage.md +++ b/pages/docs/tools/cli/usage.md @@ -422,6 +422,9 @@ FLAGS unstaged files or not empty dir (defaults to false) --map-base-url= Maps all schema references from base url to local folder --no-interactive Disable interactive mode and run with the provided flags. + --registry-url Specifies the URL of the private registry for fetching templates and dependencies + --registry-auth The registry username and password encoded with base64, formatted as username:password + --registry-token The npm registry authentication token, that can be passed instead of base64 encoded username and password DESCRIPTION Generates whatever you want using templates compatible with AsyncAPI Generator.