Output NetBird daemon and CLI versions on status command (#408)

This commit is contained in:
Misha Bragin
2022-08-01 12:42:45 +02:00
committed by GitHub
parent c13288781f
commit 851de3fd4e
5 changed files with 148 additions and 130 deletions

View File

@@ -68,6 +68,8 @@ message StatusResponse{
// status of the server.
string status = 1;
FullStatus fullStatus = 2;
// NetBird daemon version
string daemonVersion = 3;
}
message DownRequest {}