Administer the cluster version stream settings
jx-gitops versionstream
Administer the cluster version stream settings
jx-gitops versionstream --lts
jx-gitops versionstream --latest
jx-gitops versionstream --custom --url https://github.com/foo/bar.git --ref main
--custom Switch the cluster version stream to a custom version stream, requires url and ref flags set
--directory string The directory used in the versionstream, defaults to root (default "/")
-h, --help help for versionstream
--latest Switch the cluster version stream to the latest (latest releases) git repo, https://github.com/jenkins-x/jxr-versions
--lts Switch the cluster version stream to the LTS (long term support on monthly release cadence) git repo, https://github.com/jenkins-x/jx3-lts-versions
--ref string The kind of git server for the development environment
--url string The git URL to clone to fetch the initial set of files for a helm 3 / helmfile based git configuration if this command is not run inside a git clone or against a GitOps based cluster
- jx-gitops - commands for working with GitOps based git repositories