gitops_add
gitops add
Add a new Weave GitOps resource
Examples
# Add an application to gitops from local git repository
gitops add app . --name <app-name>
# Add a new cluster using a CAPI template
gitops add cluster
Options
-h, --help help for add
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
- gitops add app - Add a workload repository to a gitops cluster
- gitops add cluster - Add a new cluster using a CAPI template