From 0e7aa8c09d50a7e91622c2c18aa8d240a7ddb737 Mon Sep 17 00:00:00 2001 From: Viktor Liu <17948409+lixmal@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:07:04 +0200 Subject: [PATCH] Update debug cli (#213) --- src/pages/how-to/cli.mdx | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/pages/how-to/cli.mdx b/src/pages/how-to/cli.mdx index 0994ad85..21d4a3a3 100644 --- a/src/pages/how-to/cli.mdx +++ b/src/pages/how-to/cli.mdx @@ -464,7 +464,7 @@ The file is only accessible as root/Administrator. #### Usage To create a debug bundle: ```shell -netbird debug bundle -A +netbird debug bundle [-A] [-S] ``` #### Examples @@ -482,6 +482,7 @@ This will output: ```shell -h, --help help for bundle -A, --anonymize anonymize IP addresses and non-netbird.io domains in the debug output + -S, --system-info Adds system information to the debug bundle ``` ### debug for @@ -491,31 +492,34 @@ This is useful for capturing detailed logs over a period where issues are occurr #### Usage To run debugging for a specific time period: ```shell -netbird debug for