cmd

@JvmName(name = "yxygmkubfhmcgcqy")
suspend fun cmd(value: Output<String>)
@JvmName(name = "ttdkeqqsrjqwdakg")
suspend fun cmd(value: String)

Parameters

value

The command or newline delimited script to run. The command string will be executed within a bash shell. If the command exits with a non-zero exit code, output parameter de-localization will be skipped and the pipeline operation's error field will be populated. Maximum command string length is 16384.