Implements generator cli for secrets (#3531)
Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
This commit is contained in:
parent
e59fe7c8d9
commit
96c268c0fc
12 changed files with 215 additions and 67 deletions
1
main.go
1
main.go
|
@ -45,6 +45,7 @@ arguments - which can alternatively be run by running the subcommand web.`
|
|||
cmd.CmdDump,
|
||||
cmd.CmdCert,
|
||||
cmd.CmdAdmin,
|
||||
cmd.CmdGenerate,
|
||||
}
|
||||
app.Flags = append(app.Flags, []cli.Flag{}...)
|
||||
app.Action = cmd.CmdWeb.Action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue