Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 710 Bytes

V220DevfileCommandsItemsComposite.md

File metadata and controls

16 lines (9 loc) · 710 Bytes

V220DevfileCommandsItemsComposite

Composite command that allows executing several sub-commands either sequentially or concurrently

Properties

Name Type Description Notes
commands List<String> The commands that comprise this composite command [optional]
group V220DevfileCommandsItemsCompositeGroup [optional]
label String Optional label that provides a label for this command to be used in Editor UI menus for example [optional]
parallel Boolean Indicates if the sub-commands should be executed concurrently [optional]