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

Method Run

pkg/devspace/pipeline/types/pipeline.go:42–42  ·  view source on GitHub ↗

Run runs the main pipeline

(ctx devspacecontext.Context, args []string)

Source from the content-addressed store, hash-verified

40type Pipeline interface {
41 // Run runs the main pipeline
42 Run(ctx devspacecontext.Context, args []string) error
43
44 // DevPodManager retrieves the used dev pod manager
45 DevPodManager() devpod.Manager

Callers 9

startNewDependencyMethod · 0.95
runPipelineFunction · 0.95
CallPluginExecutableFunction · 0.65
TestCheckOriginFunction · 0.65
commandMethod · 0.65
initialSyncMethod · 0.65
executeJobMethod · 0.65
TestParseCommandsFunction · 0.65

Implementers 1

pipelinepkg/devspace/pipeline/pipeline.go

Calls

no outgoing calls

Tested by 2

TestCheckOriginFunction · 0.52
TestParseCommandsFunction · 0.52