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: Add a way to skip dependencies/prerequisites #15

Open
wvwatson opened this issue Oct 1, 2020 · 0 comments
Open

FEATURE REQUEST: Add a way to skip dependencies/prerequisites #15

wvwatson opened this issue Oct 1, 2020 · 0 comments

Comments

@wvwatson
Copy link

wvwatson commented Oct 1, 2020

Problem:

Sometimes there are prerequisites/dependencies that are known to have already been run in an environment before executing a sam.cr task. This could be a long running task that the user may want to avoid while re-running or debugging a top-level task.

Suggestion:

Have a way to skip dependencies like so:
./my-sam-task-binary <my-sam-task-with-dependencies> ~<dependency-to-be-skipped>

See also:

Make has functionality to skip dependencies e.g. make -o <name of dependency>

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

No branches or pull requests

1 participant