From dc010c01b9b35c0ca37f458a83cdf5d0a447fbb6 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Sat, 11 Feb 2023 10:34:00 +0100 Subject: [PATCH] Replaced --log-file console with --foreground-mode (#30) --- docs/reference/netbird-commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/netbird-commands.md b/docs/reference/netbird-commands.md index 633b072e..2e4478eb 100644 --- a/docs/reference/netbird-commands.md +++ b/docs/reference/netbird-commands.md @@ -54,7 +54,7 @@ The `up` command would process the variables, read the configuration file on `/o ## Commands ### up -Single command to log in and start the NetBird client. It can send a signal to the daemon service or run in the foreground with the flag `--log-file` set as `console`. +Single command to log in and start the NetBird client. It can send a signal to the daemon service or run in the foreground with the flag `--foreground-mode`. The command will check if the peer is logged in and connect to the management service. If the peer is not logged in, by default, it will attempt to initiate an SSO login flow. #### Flags @@ -344,4 +344,4 @@ Stops the daemon service The minimal form of running the command is: ```shell sudo netbird service stop -``` \ No newline at end of file +```