Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/superplanehq/superplane
/ Command
Interface
Command
pkg/cli/core/command.go:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
)
12
13
type
Command
interface
{
14
Execute(ctx CommandContext) error
15
}
16
17
type
CommandContext
struct
{
18
Context context.Context
Callers
8
Execute
Method · 0.65
TestRunnerExecuteUsesConfiguredMachineType
Function · 0.65
TestRunnerExecuteOmitsEmptyEnvironment
Function · 0.65
TestRunnerExecuteFailsWhenSecretCannotBeResolved
Function · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Implementers
15
panickingAction
pkg/registry/action_test.go
PanicableAction
pkg/registry/action.go
ForEach
pkg/components/foreach/for_each.go
Approval
pkg/components/approval/approval.go
Merge
pkg/components/merge/merge.go
ReadMemory
pkg/components/readmemory/read_memory.
RunJS
pkg/components/runner/run_javascript.g
Runner
pkg/components/runner/run_commands.go
RunPython
pkg/components/runner/run_python.go
RunBash
pkg/components/runner/run_bash.go
Display
pkg/components/display/display.go
HTTP
pkg/components/http/http.go
Calls
no outgoing calls
Tested by
no test coverage detected