Documentation
¶
Overview ¶
Package shell provides shell command execution actions for the operation graph.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(reg *op.ActionRegistry)
Register registers all shell actions with the given registry.
Types ¶
type Exec ¶
type Exec struct{ Impl *Provider }
Exec — Exec executes a POSIX shell command.
type PowerShell ¶
type PowerShell struct{ Impl *Provider }
PowerShell — PowerShell executes a PowerShell command (Windows).
func (*PowerShell) Name ¶
func (o *PowerShell) Name() string
Click to show internal directories.
Click to hide internal directories.