Skip to main content

Output

The output command shows the value of the output variables defined in a Blueprint. By default the output command returns a JSON formatted string containing all variables.

Command Usage#

Show the output variables
Usage:  shipyard output [flags]
Flags:  -h, --help   help for output

Example#

To show all variables defined in the system:

โžœ shipyard output{  "KUBECONFIG": "/home/nicj/.shipyard/config/k3s/kubeconfig-docker.yaml"}

To show a single variable:

โžœ shipyard output KUBECONFIG/home/nicj/.shipyard/config/k3s/kubeconfig-docker.yaml