You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be tasks command similar to currently existing build or update.
Used without arguments should execute all tasks defined in local manifest (or also in all manifests of dependent components if --allow-nested-subtasks option was used). If arguments are present they should be treated as list of names of tasks to execute.
In the second situation - in my opinion - it should not be possible to use --allow-nested-subtasks option (or there should be some kind of namespaceing convention for tasks names).
Run tasks prepare_cache_dir, symlink_assests from local manifest and show warning
$ gitcompound tasks --allow-nested-subtasks prepare_cache_dir symlink_assets
Warning: --allow-nested-subtasks option is disabled when tasks names are used.
Executing only local manifest tasks.
Running tasks ...
(...)
The text was updated successfully, but these errors were encountered:
There should be tasks command similar to currently existing build or update.
Used without arguments should execute all tasks defined in local manifest (or also in all manifests of dependent components if --allow-nested-subtasks option was used). If arguments are present they should be treated as list of names of tasks to execute.
In the second situation - in my opinion - it should not be possible to use --allow-nested-subtasks option (or there should be some kind of namespaceing convention for tasks names).
Usage:
Examples:
Execute all tasks of local manifest
Execute all tasks of local manifests and all dependent manifests
Run tasks prepare_cache_dir, symlink_assests from local manifest
Run tasks prepare_cache_dir, symlink_assests from local manifest and show warning
The text was updated successfully, but these errors were encountered: