Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleOutputs Syntax
setOutput {output name} {output value}

#Example
setOutput RESULT ${RESULT_VARIABLE}

To load a file into an output, consider syntax like this:
setOutput OUTPUT_NAME "`cat /path/to/file.txt `"

Outputs are aggregated into a csv list for partial deployments.

...