Composite command that allows executing several sub-commands either sequentially or concurrently
Name | Type | Description | Notes |
---|---|---|---|
commands | List<String> | The commands that comprise this composite command | [optional] |
group | V1alpha2DevWorkspaceSpecTemplateParentComponentsItemsPluginCommandsItemsCompositeGroup | [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] |