Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.12 KB

ProvenanceCommand.md

File metadata and controls

15 lines (11 loc) · 1.12 KB

ProvenanceCommand

Properties

Name Type Description Notes
Name string Required. Name of the command, as presented on the command line, or if the command is packaged as a Docker container, as presented to `docker pull`. [optional] [default to null]
Env []string Environment variables set before running this command. [optional] [default to null]
Args []string Command-line arguments used when executing this command. [optional] [default to null]
Dir string Working directory (relative to project source root) used when running this command. [optional] [default to null]
Id string Optional unique identifier for this command, used in wait_for to reference this command as a dependency. [optional] [default to null]
WaitFor []string The ID(s) of the command(s) that this command depends on. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]