You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: