add an ark bug command

Signed-off-by: Dave Parfitt <diparfitt@gmail.com>
This commit is contained in:
Dave Parfitt
2018-08-24 13:10:56 -04:00
parent 652069b5e6
commit 342a1c6437
9 changed files with 366 additions and 1 deletions
+2
View File
@@ -23,6 +23,7 @@ import (
"github.com/heptio/ark/pkg/client"
"github.com/heptio/ark/pkg/cmd/cli/backup"
"github.com/heptio/ark/pkg/cmd/cli/bug"
cliclient "github.com/heptio/ark/pkg/cmd/cli/client"
"github.com/heptio/ark/pkg/cmd/cli/completion"
"github.com/heptio/ark/pkg/cmd/cli/create"
@@ -69,6 +70,7 @@ operations can also be performed as 'ark backup get' and 'ark schedule create'.`
cliclient.NewCommand(),
completion.NewCommand(),
restic.NewCommand(f),
bug.NewCommand(),
)
// add the glog flags