diff options
author | Codruț Constantin Gușoi | 2018-02-18 18:14:37 +0000 |
---|---|---|
committer | Lauris BH | 2018-02-18 20:14:37 +0200 |
commit | 96c268c0fcc22604103f67821d66fef39944e80b (patch) | |
tree | fb5a97ff8557ae18dd22b227e52fcd811320eac3 /main.go | |
parent | e59fe7c8d9eb8e49858cb2d59e8732f6058756ff (diff) |
Implements generator cli for secrets (#3531)
Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |