Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "tfvet", Short: "tfvet is a Terraform linter", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { cmd.SilenceUsage = true cmd.SilenceErrors = true err := setup() return err }, Version: " ", }
RootCmd is the base of the cli
Functions ¶
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package appcfg controls actions that can be performed around the app's configuration file and config directory.
|
Package appcfg controls actions that can be performed around the app's configuration file and config directory. |
Package models represents data structure which are shared between packages.
|
Package models represents data structure which are shared between packages. |
Click to show internal directories.
Click to hide internal directories.