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

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

No branches or pull requests

1 participant