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

Feature Request --force -f #7

Open
WaylonWalker opened this issue Sep 19, 2019 · 2 comments
Open

Feature Request --force -f #7

WaylonWalker opened this issue Sep 19, 2019 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@WaylonWalker
Copy link

WaylonWalker commented Sep 19, 2019

Please add a --force flag to force task to run even if hash has not changed on a task with a @skip:key

$bake install
 + Executing @skip(key=requirements.txt):
 + Skipping install/python.
 + Executing install:
 + Done.

$bake install --force
 + Executing install/python:
  .
  .
  .
 + Executing install:
 + Done.

@WaylonWalker WaylonWalker changed the title Feature Request --force Feature Request --force -f Sep 19, 2019
@kennethreitz
Copy link
Owner

--dont-skip

@kennethreitz kennethreitz added enhancement New feature or request good first issue Good for newcomers labels Sep 19, 2019
@WaylonWalker
Copy link
Author

Submitted PR #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants