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
As it can be seen, i need to type twice tokens and files groups. Instead, I think it should be a fair assumption, that if some token is mentioned in script or command this token brings it's dependency to the task (as inputs).
Describe the solution you'd like
So, instead of typeing tokens inside command and then repeating it in inputs, I'd like to do it only once in command, and use inputs to specify any implicit dependency which is not directly passed into command.
Is your feature request related to a problem? Please describe.
I have the following task definition:
As it can be seen, i need to type twice tokens and files groups. Instead, I think it should be a fair assumption, that if some token is mentioned in script or command this token brings it's dependency to the task (as inputs).
Describe the solution you'd like
So, instead of typeing tokens inside command and then repeating it in inputs, I'd like to do it only once in command, and use inputs to specify any implicit dependency which is not directly passed into command.
Like this:
inputs now has @files(srcConfig) and @files(all) implicitly
Describe alternatives you've considered
If not make this behaviour default one - to have an option to infer tokens from command line and add them to input.
Like:
The text was updated successfully, but these errors were encountered: