mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-14 13:44:37 +08:00
21 lines
909 B
Text
21 lines
909 B
Text
|
NAME:
|
||
|
Netclient CLI - Netmaker's netclient agent and CLI. Used to perform interactions with Netmaker server and set local WireGuard config.
|
||
|
|
||
|
USAGE:
|
||
|
netclient [global options] command [command options] [arguments...]
|
||
|
|
||
|
COMMANDS:
|
||
|
register Register with Netmaker Server for secure GRPC communications.
|
||
|
join Join a Netmaker network.
|
||
|
leave Leave a Netmaker network.
|
||
|
checkin Checks for local changes and then checks into the specified Netmaker network to ask about remote changes.
|
||
|
push Push configuration changes to server.
|
||
|
pull Pull latest configuration and peers from server.
|
||
|
list Get list of networks.
|
||
|
uninstall Uninstall the netclient system service.
|
||
|
unregister Unregister the netclient from secure server GRPC.
|
||
|
help, h Shows a list of commands or help for one command
|
||
|
|
||
|
GLOBAL OPTIONS:
|
||
|
--help, -h show help (default: false)
|