command

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

Parameters

value

This field contains the full command executed for the step. This can also be empty if links are generated for operations that aren't directly mapped to a specific command. Each term in the command is an independent string in the list. An example of a command in the in-toto metadata field is: "command": "git", "clone", "https://github.com/in-toto/demo-project.git"


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


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

Parameters

values

This field contains the full command executed for the step. This can also be empty if links are generated for operations that aren't directly mapped to a specific command. Each term in the command is an independent string in the list. An example of a command in the in-toto metadata field is: "command": "git", "clone", "https://github.com/in-toto/demo-project.git"