Documentation ¶
Index ¶
Constants ¶
View Source
const CONVERT_JQ_ARG = `` /* 179-byte string literal not displayed */
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "terraform-convert-report [<plan.json>]", Short: "Covert Report from Terraform (plan.json)", Aliases: []string{"tcr"}, Args: cobra.ExactArgs(1), Run: func(c *cobra.Command, args []string) { path := args[0] exec_utils.ExecOut("jq", CONVERT_JQ_ARG, path) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.