MCPcopy
hub / github.com/kptdev/kpt / ExportCommand

Function ExportCommand

internal/cmdexport/cmdexport.go:32–34  ·  view source on GitHub ↗

The `kpt fn export` command.

()

Source from the content-addressed store, hash-verified

30
31// The `kpt fn export` command.
32func ExportCommand() *cobra.Command {
33 return GetExportRunner().Command
34}
35
36// GetExportRunner creates a ExportRunner instance and wires it to the corresponding Command.
37func GetExportRunner() *ExportRunner {

Callers 1

GetFnCommandFunction · 0.92

Calls 1

GetExportRunnerFunction · 0.85

Tested by

no test coverage detected