Documentation
¶
Index ¶
- func RunCLICommand(ctx context.Context, name string, args ...string) (string, error)
- func RunCLICommandInDir(ctx context.Context, workDir, name string, args ...string) error
- func RunCommand(ctx context.Context, command, workDir string) error
- func RunCommandWithOutput(ctx context.Context, command, workDir string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunCLICommand ¶
RunCLICommand - for direct CLI tool execution (no shell interpretation)
func RunCLICommandInDir ¶
RunCLICommandInDir executes a CLI command directly with streamed output and no shell parsing.
func RunCommand ¶
RunShellCommand - for shell commands with pipes, variables, etc.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.