Documentation
¶
Index ¶
Constants ¶
View Source
const ConfigName = ".tp.toml"
View Source
const TpDir = "gh-tp"
Variables ¶
Functions ¶
Types ¶
type ConfigFile ¶ added in v0.3.0
type ConfigFile struct {
Name string
Path string
Params ConfigParams
}
type ConfigParams ¶ added in v0.3.0
type ConfigParams struct {
Binary string `` /* 165-byte string literal not displayed */
PlanFile string `toml:"planFile" comment:"planFile: (type: string) The name of the plan file created by 'gh tp'." validate:"required"`
MdFile string `toml:"mdFile" comment:"mdFile: (type: string) The name of the Markdown file created by 'gh tp'." validate:"required"`
Verbose bool `toml:"verbose" comment:"verbose: (type: bool) Enable Verbose Logging. Default is false." validate:"boolean"`
}
type SyntaxHighlight ¶
type SyntaxHighlight string
const (
SyntaxHighlightTerraform SyntaxHighlight = "terraform"
)
Click to show internal directories.
Click to hide internal directories.