| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | Required. Name of the command, as presented on the command line, or if the command is packaged as a Docker container, as presented to `docker pull`. | [optional] [default to null] |
| Env | []string | Environment variables set before running this command. | [optional] [default to null] |
| Args | []string | Command-line arguments used when executing this command. | [optional] [default to null] |
| Dir | string | Working directory (relative to project source root) used when running this command. | [optional] [default to null] |
| Id | string | Optional unique identifier for this command, used in wait_for to reference this command as a dependency. | [optional] [default to null] |
| WaitFor | []string | The ID(s) of the command(s) that this command depends on. | [optional] [default to null] |