diff --git a/commands.go b/commands.go index fa9294df3..a8251e547 100644 --- a/commands.go +++ b/commands.go @@ -52,6 +52,12 @@ func init() { }, nil }, + "init": func() (cli.Command, error) { + return &command.InitCommand{ + Meta: meta, + }, nil + }, + "output": func() (cli.Command, error) { return &command.OutputCommand{ Meta: meta, diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index fa60aac79..9536b2940 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -59,14 +59,14 @@ get - > - init - - > graph + > + init + + > output