commandArgs

@JvmName(name = "pqkkajdlivuoqigg")
suspend fun commandArgs(value: Output<List<String>>)
@JvmName(name = "isanqkysaxpeqwbi")
suspend fun commandArgs(value: List<String>?)

Parameters

value

Used in combination with the command, the parameter of the command is a JsonArray string in the format: [{"argument":"-c"},{"argument":"test"}]. Among them, -c and test are two parameters that need to be set.


@JvmName(name = "ydlgbivwriwamyik")
suspend fun commandArgs(vararg values: Output<String>)


@JvmName(name = "poebxkcycwxpjxyo")
suspend fun commandArgs(values: List<Output<String>>)
@JvmName(name = "oltsxxioyevqxlax")
suspend fun commandArgs(vararg values: String)

Parameters

values

Used in combination with the command, the parameter of the command is a JsonArray string in the format: [{"argument":"-c"},{"argument":"test"}]. Among them, -c and test are two parameters that need to be set.