Replaced --log-file console with --foreground-mode (#30)

This commit is contained in:
Oskar Manhart
2023-02-11 10:34:00 +01:00
committed by GitHub
parent 26b05ef4c6
commit dc010c01b9

View File

@@ -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
```
```