Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PowerShellModulesDirectory = filepath.Join(os.Getenv("SystemRoot"), "System32", "WindowsPowerShell", "v1.0", "Modules")
PowerShellModulesDirectory is the directory where PowerShell Modules are installed
Functions ¶
Types ¶
type PSModulePluginInput ¶
type PSModulePluginInput struct { contracts.PluginInput RunCommand interface{} ParsedCommands []string ID string WorkingDirectory string TimeoutSeconds interface{} Source string SourceHash string SourceHashType string }
RunCommandPluginInput represents one set of commands executed by the RunCommand plugin.
type Plugin ¶
type Plugin struct {
pluginutil.DefaultPlugin
}
Plugin is the type for the psmodule plugin.
func NewPlugin ¶
func NewPlugin(pluginConfig pluginutil.PluginConfig) (*Plugin, error)
NewPlugin returns a new instance of the plugin.
func (*Plugin) Execute ¶
func (p *Plugin) Execute(context context.T, config contracts.Configuration, cancelFlag task.CancelFlag, subDocumentRunner runpluginutil.PluginRunner) (res contracts.PluginResult)
Execute runs multiple sets of commands and returns their outputs. res.Output will contain a slice of RunCommandPluginOutput.
Click to show internal directories.
Click to hide internal directories.