Skip to content

Commit

Permalink
Delete cmdexport and cmdcat commands (#2393)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanimarupaka committed Jul 13, 2021
1 parent a0ef6b8 commit 49a252e
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 3,001 deletions.
2 changes: 0 additions & 2 deletions commands/fncmd.go
Expand Up @@ -17,7 +17,6 @@ package commands
import (
"context"

"github.com/GoogleContainerTools/kpt/internal/cmdexport"
"github.com/GoogleContainerTools/kpt/internal/cmdfndoc"
"github.com/GoogleContainerTools/kpt/internal/cmdrender"
"github.com/GoogleContainerTools/kpt/internal/docs/generated/fndocs"
Expand Down Expand Up @@ -51,7 +50,6 @@ func GetFnCommand(ctx context.Context, name string) *cobra.Command {
cmdfndoc.NewCommand(ctx, name),
cmdsource.NewCommand(ctx, name),
cmdsink.NewCommand(ctx, name),
cmdexport.ExportCommand(),
)
return functions
}
160 changes: 0 additions & 160 deletions internal/cmdexport/cmdexport.go

This file was deleted.

0 comments on commit 49a252e

Please sign in to comment.