Command Args
data class CommandArgs(val args: Output<List<String>>? = null, val dir: Output<String>? = null, val env: Output<List<String>>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val waitFor: Output<List<String>>? = null) : ConvertibleToJava<CommandArgs>
Command describes a step performed as part of the build pipeline.