Skip to main content
Version: 0.6.0

gitops_beta_install

gitops beta install

Install or upgrade GitOps

Synopsis

The beta install command deploys GitOps in the specified namespace, adds a cluster entry to the GitOps repo, and persists the GitOps runtime into the repo.

gitops beta install [flags]

Examples

  # Install GitOps in the wego-system namespace
gitops beta install --config-repo ssh://git@github.com/me/mygitopsrepo.git

Options

      --config-repo string   URL of external repository that will hold automation manifests
--dry-run Outputs all the manifests that would be installed
-h, --help help for install

Options inherited from parent commands

      --config string      config file (default is $HOME/.beta.yaml)
-e, --endpoint string The Weave GitOps Enterprise HTTP API endpoint
--namespace string The namespace scope for this operation (default "wego-system")
-v, --verbose Enable verbose output

SEE ALSO

Auto generated by spf13/cobra on 16-Dec-2021