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 --no-run args to depends which checks artifacts but does not run the task #39

Open
cassaundra opened this issue Jan 17, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@cassaundra
Copy link
Collaborator

Useful for install tasks which depend on an up-to-date dist but do not want to necessarily invoke the task if it is dirty (e.g. quake bundle-dist && sudo quake install-dist.

Implementation

Add --no-run flag that, when running dirty checks on the dependee, an error is emitted instead of running the task. For dependees with no possible dirty check mechanism (at the moment just having sources and artifacts), we should make this error include a suggestion to add such a mechanism.

@cassaundra cassaundra added the enhancement New feature or request label Jan 17, 2024
@cassaundra cassaundra added this to the quake 0.1.0 milestone Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Up next
Development

No branches or pull requests

1 participant