You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/packer-plugin-sdk/shell-local/doc.go

15 lines
613 B

/*
Package shell-local is designed to make it easier to shell out locally on the
machine running Packer. The top level tools in this package are probably not
relevant to plugin maintainers, as they are implementation details shared
between the HashiCorp-maintained shell-local provisioner and shell-local
post-processor.
The localexec sub-package can be used in any plugins that need local shell
access, whether that is in a driver for a hypervisor, or a command to a third
party cli tool. Please make sure that any third party tool dependencies are
noted in your plugin's documentation.
*/
package shell_local