Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProgramVersion = VersionInfo{
Version: version,
BuildNumber: buildNum,
CommitID: commitID,
}
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct {
TerraformPath string `help:"Path to Terraform binary"`
PlaybookBinPath string `help:"Path to ansible-playbook binary"`
ConfigFile string `help:"Path to configuration file"`
EnableDebug bool `help:"Enable debug logging"`
Setup SetupCmd `cmd:"" help:"Setup and configure infrastructure"`
TearDown TearDownCmd `cmd:"" name:"teardown" help:"Cleanup created infrastructure"`
Version VersionCmd `cmd:"" name:"version" help:"Display version information"`
TestTemplate TestTemplateCmd `cmd:"" name:"test-template" help:"Generate code from template and perform sanity checks"`
}
type SetupCmd ¶
type TearDownCmd ¶
type TearDownCmd struct {
}
type TestTemplateCmd ¶ added in v0.3.0
type TestTemplateCmd struct {
}
type VersionCmd ¶ added in v0.1.1
type VersionCmd struct {
}
type VersionInfo ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.