Version
The version
command allows you to manage the currently installed versions of Shipyard.
โ shipyard version
Current Version: 0.1.4
Usage: shipyard version [flags] shipyard version [command]
Available Commands: install Install a Shipyard version list List the available Shipyard versions
Flags: -h, --help help for version
Use "shipyard version [command] --help" for more information about a command.
To allow compatability between the version of Shipyard a user has installed and the version ed to create resources, Shipyard allows you to create resources with versions other than the main installed version.
This capability is either executed automatically when a blueprint author specifies the shipyard_version
in the blueprint ReadMe.
---title: Simple Kubernetes Exampleauthor: Nic Jacksonslug: k8s_clusterenv: - KUBECONFIG=${HOME}/.shipyard/config/k3s/kubeconfig.yamlbrowser_windows: http://consul-http.ingress.shipyard.run:8500,https://www.google.comshipyard_version: ">= 0.1.1"---
Or when a you run a blueprint with the -v
flag:
โ shipyard run -v 0.1.2 .Running blueprint with version: v0.1.2Running configuration from: /home/nicj/go/src/github.com/shipyard-run/shipyard/examples