command

@JvmName(name = "usgnlhqfaqpsunyj")
suspend fun command(value: Output<List<String>>)
@JvmName(name = "frkquvcvodwwcydh")
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. Variable references are not supported in Cloud Run.


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


@JvmName(name = "umpiatdjxwimtwcy")
suspend fun command(values: List<Output<String>>)
@JvmName(name = "iqlgxaifnjkkkuyb")
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. Variable references are not supported in Cloud Run.