MCPcopy Create free account
hub / github.com/devspace-sh/devspace / RunDefault

Method RunDefault

cmd/run_pipeline.go:194–196  ·  view source on GitHub ↗
(f factory.Factory)

Source from the content-addressed store, hash-verified

192}
193
194func (cmd *RunPipelineCmd) RunDefault(f factory.Factory) error {
195 return cmd.Run(nil, nil, f, "runPipelineCommand")
196}
197
198// Run executes the command logic
199func (cmd *RunPipelineCmd) Run(cobraCmd *cobra.Command, args []string, f factory.Factory, hookName string) error {

Callers 15

renderMethod · 0.95
deploy.goFile · 0.80
init.goFile · 0.80
inject.goFile · 0.80
pullsecrets.goFile · 0.80
proxycommands.goFile · 0.80
terminal.goFile · 0.80
portforward.goFile · 0.80
imports.goFile · 0.80
localregistry.goFile · 0.80
ssh.goFile · 0.80
render.goFile · 0.80

Calls 1

RunMethod · 0.95

Tested by

no test coverage detected