Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --ignore option #50

Closed
Reinmar opened this issue Apr 4, 2017 · 0 comments
Closed

Add --ignore option #50

Reinmar opened this issue Apr 4, 2017 · 0 comments

Comments

@Reinmar
Copy link
Member

Reinmar commented Apr 4, 2017

Just like Lerna's --ignore https://github.com/lerna/lerna#--ignore-glob

We need it to skip ckeditor5-build-* when doing some maintenance tasks on CKEditor 5 packages.

We can also implement --scope so e.g. one can do:

--scope "package-*" --ignore "package-util-*

And I've been also thinking about "groups", defined in mgit.json so one can easily pick on which packages the command should be executed without writing the globs every time.

Anyway, let's start with --ignore for now and possibly --scope.

@pomek pomek self-assigned this Apr 4, 2017
Reinmar added a commit that referenced this issue Jul 31, 2017
Feature: Introduced `--ignore` and `--scope` options which allow executing the commands on a subset of packages. Closes #50.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants