commands

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

Parameters

value

Overrides the CMD specified in the container. If there is an ENTRYPOINT (either in the container image or with the entrypoint field below) then commands are appended as arguments to the ENTRYPOINT.


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


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

Parameters

values

Overrides the CMD specified in the container. If there is an ENTRYPOINT (either in the container image or with the entrypoint field below) then commands are appended as arguments to the ENTRYPOINT.