<command>

Run a shell command using provided arguments. Example for command echo:

@shell echo {
    arguments: "Hello Terrabuild"
}

Argument Reference

The following arguments are supported:

  • command - (Optional) Example.
  • arguments - (Optional) Arguments to pass to command.
Last updated on