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

Comments

@WaylonWalker
Copy link

@WaylonWalker 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
@kennethreitz42
Copy link
Member

@kennethreitz42 kennethreitz42 commented Sep 19, 2019

--dont-skip

@WaylonWalker
Copy link
Author

@WaylonWalker WaylonWalker commented Sep 19, 2019

Submitted PR #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.