You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage: "Access Token for signing up machine with Netmaker server during initial 'add'.",
135
135
},
136
136
&cli.StringFlag{
137
-
Name: "login-server",
138
-
Aliases: []string{"l"},
139
-
EnvVars: []string{"LOGIN_SERVER"},
137
+
Name: "server",
138
+
Aliases: []string{"s"},
139
+
EnvVars: []string{"HOST_SERVER"},
140
140
Value: "",
141
-
Usage: "Login server URL, use it for the Single Sign-on along with the network parameter",
141
+
Usage: "Host server (domain of API) [Example: api.example.com]. Do not include \"http(s)://\" use it for the Single Sign-on along with the network parameter",
0 commit comments