mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-21 08:11:43 +02:00
Add a DestroyNamespace command and tests for the Namespace functions.
This commit is contained in:
@@ -115,6 +115,7 @@ func main() {
|
||||
|
||||
cli.NamespaceCmd.AddCommand(cli.CreateNamespaceCmd)
|
||||
cli.NamespaceCmd.AddCommand(cli.ListNamespacesCmd)
|
||||
cli.NamespaceCmd.AddCommand(cli.DestroyNamespaceCmd)
|
||||
|
||||
cli.NodeCmd.AddCommand(cli.ListNodesCmd)
|
||||
cli.NodeCmd.AddCommand(cli.RegisterCmd)
|
||||
|
||||
Reference in New Issue
Block a user