Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants