Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecuteOptions ¶
type ExecuteOptions struct {
ProjectName string
Component string
Container string
Shell string
Command string
WorkDir string
Environment string
}
ExecuteOptions contains all the options for shell execution
type ShellExecutor ¶
type ShellExecutor struct {
// contains filtered or unexported fields
}
ShellExecutor handles shell execution in containers
func NewShellExecutor ¶
NewShellExecutor creates a new shell executor
func (*ShellExecutor) Execute ¶
func (e *ShellExecutor) Execute(opts ExecuteOptions) error
Execute runs the shell command with the given options
Click to show internal directories.
Click to hide internal directories.