gitops
gitops
Weave GitOps
Synopsis
Command line utility for managing Kubernetes applications via GitOps.
Examples
# Get verbose output for any gitops command
gitops [command] -v, --verbose
# Get gitops app help
gitops help app
# Add application to gitops control from a local git repository
gitops add app . --name <myapp>
OR
gitops add app <myapp-directory>
# Add application to gitops control from a github repository
gitops add app \
--name <myapp> \
--url git@github.com:myorg/<myapp> \
--branch prod-<myapp>
# Get status of application under gitops control
gitops get app podinfo
# Get help for gitops add app command
gitops add app -h
gitops help add app
# Show manifests that would be installed by the gitops install command
gitops install --dry-run
# Install gitops in the wego-system namespace
gitops install
# Get the version of gitops along with commit, branch, and flux version
gitops version
To learn more, you can find our documentation at https://docs.gitops.weave.works/
Options
-e, --endpoint string The Weave GitOps Enterprise HTTP API endpoint
-h, --help help for gitops
--namespace string The namespace scope for this operation (default "wego-system")
-v, --verbose Enable verbose output
SEE ALSO
- gitops add - Add a new Weave GitOps resource
- gitops beta - Experimental commands
- gitops completion - generate the autocompletion script for the specified shell
- gitops delete - Delete one or many Weave GitOps resources
- gitops flux - Use flux commands
- gitops get - Display one or many Weave GitOps resources
- gitops install - Install or upgrade GitOps
- gitops resume - Resume your GitOps automations
- gitops suspend - Suspend your GitOps automations
- gitops ui - Manages Gitops UI
- gitops uninstall - Uninstall GitOps
- gitops upgrade - Upgrade to Weave GitOps Enterprise
- gitops version - Display gitops version