add user subcommand

This commit is contained in:
Anish Mukherjee
2022-11-28 16:42:36 +05:30
parent db014c93bd
commit da2d143e39
6 changed files with 96 additions and 8 deletions

View File

@@ -8,14 +8,6 @@ import (
"github.com/spf13/cobra"
)
var (
username string
password string
admin bool
networks string
groups string
)
var userCreateCmd = &cobra.Command{
Use: "create",
Args: cobra.NoArgs,