Documentation
¶
Index ¶
Constants ¶
View Source
const ( REPLCmdShortDescription = "Run as interactive shell." REPLCmdLongDescription = RunCmdShortDescription + "\n\n" + "The REPL shell provides the same capabilities as the regular `run`\n" + "command." )
View Source
const ( RunCmdShortDescription = "Run parses, resolves, and executes a Starlark file." RunCmdLongDescription = RunCmdShortDescription + "\n\n" + "When a provider is instantiated is automatically installed, at the \n" + "default location (~/.terraform.d/plugins), this can be overrided \n" + "using the flag `--plugin-dir=<PATH>`. \n\n" + "The Starlark file can be \"transpiled\" to a HCL file using the flag \n" + "`--to-hcl=<FILE>`. This file can be used directly with Terraform init \n" + "and plan commands.\n" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.