1234567891011121314151617181920 |
- 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)
|