Context, i.e. source directory. in which build commands executes.
Arguments to pass to binary.
Binary to execute
Optionalcwd?: stringWorking directory when executing the command.
Optionalenv?: anyOptionallabel?: stringIndicates that the build generates a string as output.
Optionallogfile?: stringOptionaloutdir?: stringIndicates that the build command generates multiple files in an output directory.
Optionaloutfile?: stringIndicates that the build command generates an output file. In this case a successful run of the command must produce the ouput.
Optionalstdoutfile?: booleanIndicate to produce outfile from stdout.
Resolved output file (params.outfile), when specified. Falls back to params.outdir, params.label or binary name.
Runs a "build" command, i.e. a command that has an output.