Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Collector string `help:"collector address" default:"http://localhost:8080/plan"`
Command []string `` /* 184-byte string literal not displayed */
RunTimeout time.Duration `help:"Maximum time to allow a command to run" default:"5m"`
Parallel int `help:"Number of processes to run in parallel" default:"1"`
ClipLast int `help:"Number of directories from the end path to use sending to poc-server" default:"2"`
Directories []string `arg:"" help:"Directories in which to run terraform"`
}
Click to show internal directories.
Click to hide internal directories.