Trying to import an output from one stack into ano...
# general
s
Trying to import an output from one stack into another and then convert it to a string to be used in an child_process.exec command string. I've tried getting the output using stack.getOutput and then converting to string with val.apply(v =>
${v}
), but to not avail. Any tips?