mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-07 09:41:37 +08:00
remove references to grpc/comms net
This commit is contained in:
@@ -112,18 +112,6 @@ func GetFlags(hostname string) []cli.Flag {
|
||||
Value: "",
|
||||
Usage: "Address + API Port (e.g. 1.2.3.4:8081) of Netmaker server.",
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "grpcserver",
|
||||
EnvVars: []string{"NETCLIENT_GRPC_SERVER"},
|
||||
Value: "",
|
||||
Usage: "Address + GRPC Port (e.g. 1.2.3.4:50051) of Netmaker server.",
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "grpcssl",
|
||||
EnvVars: []string{"NETCLIENT_GRPCSSL"},
|
||||
Value: "",
|
||||
Usage: "Tells clients to use SSL to connect to GRPC if 'on'. Disable if 'off'. Off by default.",
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "key",
|
||||
Aliases: []string{"k"},
|
||||
|
Reference in New Issue
Block a user