From 7b93d5b7958363e0cc8d981331f404a3d16d835d Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 2 May 2024 14:27:01 +0200 Subject: [PATCH] docs(cli): update latest cli documentation (#2927) --- pages/docs/tools/cli/metrics_collection.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/docs/tools/cli/metrics_collection.md b/pages/docs/tools/cli/metrics_collection.md index 5d18e137acf8..a27853f898b6 100644 --- a/pages/docs/tools/cli/metrics_collection.md +++ b/pages/docs/tools/cli/metrics_collection.md @@ -46,4 +46,7 @@ To disable tracking, please run the following command: Once disabled, if you want to enable tracking back again then run: `asyncapi config analytics --enable` +In case you do not know the current status of analytics, then you can append the "--status" flag to be aware of it: +`asyncapi config analytics --status` + Remember that keeping this tracking enabled will help AsyncAPI community to provide better specifications and tools in the future. \ No newline at end of file