mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-25 17:34:17 +00:00
add an ark bug command
Signed-off-by: Dave Parfitt <diparfitt@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user