Piping data #805
sandboxcom
started this conversation in
Ideas
Piping data
#805
Replies: 1 comment
-
This handles the password/key example, and due to the bug where dynamic variables can't be changed, I can just use variables in other tasks. I don't feel this aspect is as nicely thought out as the rest of task though: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I want to get data from one task to another, it seems the only way to do that is with an asset (file) correct? If I have something like an aws secret from 169.254.169.254, it's going to expire soon and it was obtained from the host, so that's not too bad. However, if I have a password or private key or cert, I probably don't want it laying around. I can do
task -sX foo | task bar -- /dev/stdin
etc, but that doesn't look very clean and expects me to know more about the tasks than maybe I'd like. Is there a way to do this internally and have bar depend on foo's data and just run task bar?Beta Was this translation helpful? Give feedback.
All reactions