commands

@JvmName(name = "abejrscwwtiybqft")
suspend fun commands(value: Output<List<String>>)
@JvmName(name = "edninjjkayiodckp")
suspend fun commands(value: List<String>?)

Parameters

value

A command to pass to the container to override the default. This is provided as a list of command line elements without spaces.


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


@JvmName(name = "glxvbdbnkkpvxdwj")
suspend fun commands(values: List<Output<String>>)
@JvmName(name = "rnihnkkdjjqloqwc")
suspend fun commands(vararg values: String)

Parameters

values

A command to pass to the container to override the default. This is provided as a list of command line elements without spaces.