Usage:
server [flags]
server [command]
Available Commands:
client Manage clients
help Help about any command
task Manage tasks
Flags:
--addr string server address (default "0.0.0.0:9797")
--api string api address (default "127.0.0.1:9799")
-h, --help help for server
--token string api token
-v, --version version for server
Use "server [command] --help" for more information about a command.
Client
Usage:
client [flags]
client [command]
Available Commands:
help Help about any command
service Run as a service
Flags:
--addr string server address (default "127.0.0.1:9797")
--dns string dns server (default "8.8.8.8")
-h, --help help for client
--key string auth key
-v, --version version for client
Use "client [command] --help" for more information about a command.
stc service --user install --addr 127.0.0.1:9797 --key fb9a318168714565993f75b97e6af907
stc service --user start
stc service --user stop
stc service --user uninstall