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 UsageShow the output variables
Usage: shipyard output [flags]
Flags: -h, --help help for output
#
ExampleTo 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