command property

List<String>? command
getter/setter pair

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"]

Implementation

core.List<core.String>? command;