command

@JvmName(name = "nqjsfojkbhiqgumr")
suspend fun command(value: Output<List<String>>)
@JvmName(name = "wjfwxvjquqscquat")
suspend fun command(value: List<String>?)

Parameters

value

Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.


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


@JvmName(name = "obqdlmmufwgjxjrb")
suspend fun command(values: List<Output<String>>)
@JvmName(name = "jgdulhhtcugiwuxc")
suspend fun command(vararg values: String)

Parameters

values

Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.