gitops_upgrade
gitops upgrade
Upgrade to Weave GitOps Enterprise
gitops upgrade [flags]
Examples
# Install GitOps in the wego-system namespace
gitops upgrade
Options
--base string The base branch to open the pull request against (default "main")
--branch string The branch to create the pull request from (default "tier-upgrade-enterprise")
--commit-message string The commit message (default "Upgrade to WGE")
--config-map string The name of the ConfigMap which contains values for this profile.
--dry-run Output the generated profile without creating a pull request
--git-repository string The namespace and name of the GitRepository object governing the flux repo (default: git current working directory)
-h, --help help for upgrade
--out string Optional location to create the profile installation folder in. This should be relative to the current working directory. (default: current)
--profile-branch string The branch to use on the repository in which the profile is. (default "main")
--remote string The remote to push the branch to (default "origin")
--repo string The repository to open a pull request against. E.g: acme/my-config-repo (default: git current working directory)
Options inherited from parent commands
-e, --endpoint string The Weave GitOps Enterprise HTTP API endpoint
--namespace string Weave GitOps runtime namespace (default "wego-system")
-v, --verbose Enable verbose output
SEE ALSO
- gitops - Weave GitOps