<command>
Invokes the Terrabuild action name as the make target.
Example for command __dispatch__:
@make __dispatch__ {
variables = { configuration: "Release" }
args = "-d"
}Capabilities
| Capability | Info |
|---|---|
| Cache | never |
| Bach | no |
Argument Reference
The following arguments are supported:
variables- (Optional)KEY=VALUEvariables injected before the target.args- (Optional) Additional arguments passed tomake.
Last updated on