Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1 KB

ApiCommand.md

File metadata and controls

15 lines (11 loc) · 1 KB

ApiCommand

Properties

Name Type Description Notes
name str 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]
env list[str] Environment variables set before running this Command. [optional]
args list[str] Command-line arguments used when executing this Command. [optional]
dir str Working directory (relative to project source root) used when running this Command. [optional]
id str Optional unique identifier for this Command, used in wait_for to reference this Command as a dependency. [optional]
wait_for list[str] The ID(s) of the Command(s) that this Command depends on. [optional]

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