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.
Usage
jumppad output [variable]
Examples
Show all variables defined in the system.
jumppad output
{
"KUBECONFIG": "/home/nicj/.jumppad/config/k3s/kubeconfig-docker.yaml"
}
Show a single variable.
jumppad output KUBECONFIG
/home/nicj/.jumppad/config/k3s/kubeconfig-docker.yaml