Execute
Runs the task in your build file.
Execute a task
Tasks can be executed by name.
Execute tasks with labels
Tasks can be executed by matching labels or filtered by label values.
By matching labels
The -f type=build
will only execute tasks that have the given label value. Dependant tasks do not need to fullfill the label requirement.
By matching labels
The -f build=ios
will only execute tasks have no matching label value. If the task has no matching label, but any of the dependency tasks has a match, the task will be excluded as well.
Options
Last updated