netbird/client/cmd
Maycon Santos fcea3c99d4
Enhance up command (#133)
* move setup-key to root command

* up will check login and start service

* update tests to reflect new UP capabilities

* display client IP

* removed unused argument

* install service if not installed

* update post-install and add pre remove script

* improve log messages

* handle service status failures and install service when needed

* removing unused files

* update documentation and description

* add version command

* update service lib version

* using lib constant for not installed services

* match version from goreleaser

* fix: graceful shutdown

* stop only if service is running

* add logs initialization to service controller commands

Co-authored-by: braginini <bangvalo@gmail.com>
2021-10-17 21:34:07 +02:00
..
login_test.go fix: login test 2021-08-19 21:17:39 +02:00
login.go Enhance up command (#133) 2021-10-17 21:34:07 +02:00
root.go Enhance up command (#133) 2021-10-17 21:34:07 +02:00
service_controller.go Enhance up command (#133) 2021-10-17 21:34:07 +02:00
service_installer.go Enhance up command (#133) 2021-10-17 21:34:07 +02:00
service.go add wiretrustee LOGIN command (#90) 2021-08-18 13:35:42 +02:00
testutil.go Delete peer (#114) 2021-09-07 18:36:46 +02:00
up_test.go Enhance up command (#133) 2021-10-17 21:34:07 +02:00
up.go Enhance up command (#133) 2021-10-17 21:34:07 +02:00
version.go Enhance up command (#133) 2021-10-17 21:34:07 +02:00