MCPcopy Index your code
hub / github.com/devspace-sh/devspace / WorkingDir

Method WorkingDir

pkg/devspace/context/context.go:59–59  ·  view source on GitHub ↗

WorkingDir is the current working dir. Functions that receive this context should prefer this working directory instead of using the global one.

()

Source from the content-addressed store, hash-verified

57 // that receive this context should prefer this working directory
58 // instead of using the global one.
59 WorkingDir() string
60
61 // RunID is the current DevSpace run id, which differs in each
62 // run of DevSpace. This can be used to save certain informations

Callers 15

getDeploymentValuesMethod · 0.65
DeployMethod · 0.65
applyManifestMethod · 0.65
buildManifestsMethod · 0.65
startLocalSSHFunction · 0.65
matchesImageSelectorFunction · 0.65
replaceImageFunction · 0.65
hashImageSelectorFunction · 0.65
initClientMethod · 0.65
ExecuteRemotelyMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 1

contextpkg/devspace/context/context.go

Calls

no outgoing calls

Tested by

no test coverage detected