<command>

Invokes the Terrabuild action name as the make target. Example for command __dispatch__:

@make __dispatch__ {
    variables = { configuration: "Release" }
    args = "-d"
}

Capabilities

CapabilityInfo
Cachenever
Bachno

Argument Reference

The following arguments are supported:

  • variables - (Optional) KEY=VALUE variables injected before the target.
  • args - (Optional) Additional arguments passed to make.
Last updated on