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

Method Run

helper/cmd/proxycommands/run.go:31–33  ·  view source on GitHub ↗

Run runs the command logic

(_ *cobra.Command, args []string)

Source from the content-addressed store, hash-verified

29
30// Run runs the command logic
31func (cmd *RunCmd) Run(_ *cobra.Command, args []string) error {
32 return runProxyCommand(args)
33}
34
35func runProxyCommand(args []string) error {
36 key, err := os.ReadFile(sshPrivateKeyPath)

Callers

nothing calls this directly

Calls 1

runProxyCommandFunction · 0.85

Tested by

no test coverage detected