We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A package manifest exposes surfaces:
name: unix-bash version: "0.2.2" uri: git+https://github.com/darkhorseprojects/darkhorseprojects-packages.git@unix-bash-v0.2.2//unix-bash surfaces: bash: python: surfaces/run.py
Zinc sends YAML:
surface: unix-bash.bash in: command: pwd out: output: $output exit: $exit
The surface returns YAML top-level fields:
output: | /home/colin exit: "0"