|
@@ -10,7 +10,7 @@ var nodeCreateIngressCmd = &cobra.Command{
|
|
Args: cobra.ExactArgs(2),
|
|
Args: cobra.ExactArgs(2),
|
|
Short: "Turn a Node into a Remote Access Gateway (Ingress)",
|
|
Short: "Turn a Node into a Remote Access Gateway (Ingress)",
|
|
Long: `Turn a Node into a Remote Access Gateway (Ingress) for a Network.`,
|
|
Long: `Turn a Node into a Remote Access Gateway (Ingress) for a Network.`,
|
|
- Deprecated: "in favour of the `gateway` subcommand.",
|
|
|
|
|
|
+ Deprecated: "in favour of the `gateway` subcommand, in Netmaker v0.90.0.",
|
|
Aliases: []string{"create_rag"},
|
|
Aliases: []string{"create_rag"},
|
|
Run: func(cmd *cobra.Command, args []string) {
|
|
Run: func(cmd *cobra.Command, args []string) {
|
|
functions.PrettyPrint(functions.CreateIngress(args[0], args[1], failover))
|
|
functions.PrettyPrint(functions.CreateIngress(args[0], args[1], failover))
|