mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
NET-1962: add gateway subcommand. (#3339)
* feat(go): add deprecation warning. * feat(go): add support for gateway commands. * feat(go): mention the server version in which the commands were deprecated.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/gravitl/netmaker/cli/cmd/gateway"
|
||||
"os"
|
||||
|
||||
"github.com/gravitl/netmaker/cli/cmd/acl"
|
||||
@@ -55,4 +56,5 @@ func init() {
|
||||
rootCmd.AddCommand(host.GetRoot())
|
||||
rootCmd.AddCommand(enrollment_key.GetRoot())
|
||||
rootCmd.AddCommand(failover.GetRoot())
|
||||
rootCmd.AddCommand(gateway.GetRoot())
|
||||
}
|
||||
|
Reference in New Issue
Block a user