Skip to content

Commit c9a89ce

Browse files
committed
removing package manifest cmds
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent 0eefc52 commit c9a89ce

29 files changed

+1
-1683
lines changed

internal/cmd/operator-sdk/cli/cli.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import (
3535
"github.com/operator-framework/operator-sdk/internal/cmd/operator-sdk/cleanup"
3636
"github.com/operator-framework/operator-sdk/internal/cmd/operator-sdk/generate"
3737
"github.com/operator-framework/operator-sdk/internal/cmd/operator-sdk/olm"
38-
"github.com/operator-framework/operator-sdk/internal/cmd/operator-sdk/pkgmantobundle"
3938
"github.com/operator-framework/operator-sdk/internal/cmd/operator-sdk/run"
4039
"github.com/operator-framework/operator-sdk/internal/cmd/operator-sdk/scorecard"
4140
"github.com/operator-framework/operator-sdk/internal/flags"
@@ -54,7 +53,6 @@ var (
5453
olm.NewCmd(),
5554
run.NewCmd(),
5655
scorecard.NewCmd(),
57-
pkgmantobundle.NewCmd(),
5856
}
5957
alphaCommands = []*cobra.Command{
6058
config3alphato3.NewCmd(),

internal/cmd/operator-sdk/pkgmantobundle/cmd.go

Lines changed: 0 additions & 361 deletions
This file was deleted.

0 commit comments

Comments
 (0)