Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellizzari committed Jan 21, 2022
1 parent ceaa982 commit bb661bc
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions test/acceptance/test/install_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,21 @@ Usage:
gitops install [flags]
Examples:
# Install GitOps in the wego-system namespace
# Install GitOps in the %s namespace
gitops install --config-repo=ssh://git@github.com/me/mygitopsrepo.git
Flags:
--auto-merge If set, 'gitops install' will automatically update the default branch for the configuration repository
--config-repo string URL of external repository that will hold automation manifests
--dry-run Outputs all the manifests that would be installed
--flux-https-password string Optional: only needed if using an https:// repo URL for flux
--flux-https-username string Optional: only needed if using an https:// repo URL for flux (default "git")
-h, --help help for install
--auto-merge If set, 'gitops install' will automatically update the default branch for the configuration repository
--config-repo string URL of external repository that will hold automation manifests
--dry-run Outputs all the manifests that would be installed
--flux-https-password Optional: only needed if using an https:// repo URL for flux
--flux-https-username string Optional: only needed if using an https:// repo URL for flux (default "git")
-h, --help help for install
Global Flags:
-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
`, wego.DefaultNamespace, wego.DefaultNamespace)
--namespace string The namespace scope for this operation (default "%s")
-v, --verbose Enable verbose output`, wego.DefaultNamespace, wego.DefaultNamespace)
helpTest = regexp.QuoteMeta(helpTest)
Eventually(sessionOutput).Should(gbytes.Say(helpTest))
})
Expand Down

0 comments on commit bb661bc

Please sign in to comment.