Allow hidden tasks in cue/flow#1419
Conversation
eebb246 to
3a6d011
Compare
Signed-off-by: Joel Longtine <joel@longtine.io>
Signed-off-by: Joel Longtine <joel@longtine.io>
3a6d011 to
28c7ca4
Compare
|
Would it be better to allow setting or passing an options slice for full configurability? What if another user wants to find tasks in definitions or optional values? It seems best to allow the options to be passed, which would be a stable API, should the options change or expand. |
|
@verdverm I'm not sure how that would play in this case. These are the Options available:
The only Options that make sense to me in this context are Having a |
|
@jlongtine My thought is to have an RE: recent slack message, a few thoughts
|
|
Closing because this is superseded by https://review.gerrithub.io/c/cue-lang/cue/+/532797 |
Allow hidden fields contain tasks would be very useful for us on the dagger team.
This PR adds a configuration field for
cue/flowto enable hidden fields as tasks, and includes a small test.