diff --git a/cmd/humioctl/actions.go b/cmd/humioctl/actions.go index c0f7b78..21d73c2 100644 --- a/cmd/humioctl/actions.go +++ b/cmd/humioctl/actions.go @@ -29,6 +29,7 @@ func newActionsCmd() *cobra.Command { cmd.AddCommand(newActionsRemoveCmd()) cmd.AddCommand(newActionsInstallCmd()) cmd.AddCommand(newActionsExportCmd()) + cmd.AddCommand(newActionsExportAllCmd()) return cmd }