Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kptdev/kpt
/ NewCommand
Function
NewCommand
internal/cmdsync/cmdsync.go:49–51 ·
view source on GitHub ↗
(parent string)
Source
from the content-addressed store, hash-verified
47
}
48
49
func
NewCommand(parent string) *cobra.Command {
50
return
NewRunner(parent).Command
51
}
52
53
type
Runner
struct
{
54
Sync sync.Command
Callers
2
GetAnthosCommands
Function · 0.92
GetPkgCommand
Function · 0.92
Calls
1
NewRunner
Function · 0.70
Tested by
no test coverage detected