gitops_beta_add_app
gitops beta add app
Adds an application workload to the GitOps repository
Synopsis
This command mirrors the original add app command in that it adds the definition for the application to the repository and sets up syncing into a cluster. It uses the new directory structure.
gitops beta add app [flags]
Options
--config-repo string Url of external repository (if any) which will hold automation manifests; NONE to store only in the cluster
--dry-run If set, 'gitops add app' will not make any changes to the system; it will just display the actions that would have been taken
-h, --help help for app
--url string Url of remote repository
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
- gitops beta add - Add content to the GitOps repo