mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-11 19:51:29 +08:00
cleanup comments
This commit is contained in:
@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "acl",
|
Use: "acl",
|
||||||
Short: "Manage Access Control Lists (ACLs)",
|
Short: "Manage Access Control Lists (ACLs)",
|
||||||
Long: `Manage Access Control Lists (ACLs)`,
|
Long: `Manage Access Control Lists (ACLs)`,
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "context",
|
Use: "context",
|
||||||
Short: "Manage various netmaker server configurations",
|
Short: "Manage various netmaker server configurations",
|
||||||
Long: `Manage various netmaker server configurations`,
|
Long: `Manage various netmaker server configurations`,
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "dns",
|
Use: "dns",
|
||||||
Short: "Manage DNS entries associated with a network",
|
Short: "Manage DNS entries associated with a network",
|
||||||
Long: `Manage DNS entries associated with a network`,
|
Long: `Manage DNS entries associated with a network`,
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "ext_client",
|
Use: "ext_client",
|
||||||
Short: "Manage External Clients",
|
Short: "Manage External Clients",
|
||||||
Long: `Manage External Clients`,
|
Long: `Manage External Clients`,
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "host",
|
Use: "host",
|
||||||
Short: "Manage hosts",
|
Short: "Manage hosts",
|
||||||
Long: `Manage hosts`,
|
Long: `Manage hosts`,
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "keys",
|
Use: "keys",
|
||||||
Short: "Manage access keys associated with a network",
|
Short: "Manage access keys associated with a network",
|
||||||
Long: `Manage access keys associated with a network`,
|
Long: `Manage access keys associated with a network`,
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "metrics",
|
Use: "metrics",
|
||||||
Short: "Fetch metrics of nodes/networks",
|
Short: "Fetch metrics of nodes/networks",
|
||||||
Long: `Fetch metrics of nodes/networks`,
|
Long: `Fetch metrics of nodes/networks`,
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
@@ -11,9 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "network",
|
Use: "network",
|
||||||
Short: "Manage Netmaker Networks",
|
Short: "Manage Netmaker Networks",
|
||||||
Long: `Manage Netmaker Networks`,
|
Long: `Manage Netmaker Networks`,
|
||||||
// Uncomment the following line if your bare application
|
|
||||||
// has an action associated with it:
|
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "network_user",
|
Use: "network_user",
|
||||||
Short: "Manage Network Users",
|
Short: "Manage Network Users",
|
||||||
Long: `Manage Network Users`,
|
Long: `Manage Network Users`,
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "node",
|
Use: "node",
|
||||||
Short: "Manage nodes associated with a network",
|
Short: "Manage nodes associated with a network",
|
||||||
Long: `Manage nodes associated with a network`,
|
Long: `Manage nodes associated with a network`,
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
@@ -24,9 +24,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "nmctl",
|
Use: "nmctl",
|
||||||
Short: "CLI for interacting with Netmaker Server",
|
Short: "CLI for interacting with Netmaker Server",
|
||||||
Long: `CLI for interacting with Netmaker Server`,
|
Long: `CLI for interacting with Netmaker Server`,
|
||||||
// Uncomment the following line if your bare application
|
|
||||||
// has an action associated with it:
|
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root of all subcommands
|
// GetRoot returns the root of all subcommands
|
||||||
|
@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "server",
|
Use: "server",
|
||||||
Short: "Get netmaker server information",
|
Short: "Get netmaker server information",
|
||||||
Long: `Get netmaker server information`,
|
Long: `Get netmaker server information`,
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "user",
|
Use: "user",
|
||||||
Short: "Manage users and permissions",
|
Short: "Manage users and permissions",
|
||||||
Long: `Manage users and permissions`,
|
Long: `Manage users and permissions`,
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
|
|||||||
Use: "usergroup",
|
Use: "usergroup",
|
||||||
Short: "Manage User Groups",
|
Short: "Manage User Groups",
|
||||||
Long: `Manage User Groups`,
|
Long: `Manage User Groups`,
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetRoot returns the root subcommand
|
// GetRoot returns the root subcommand
|
||||||
|
Reference in New Issue
Block a user