You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,21 +86,22 @@ Examples:
86
86
87
87
88
88
Available Commands:
89
-
add Add a new Weave GitOps resource
89
+
betaThis component contains unstable or still-in-development functionality
90
90
check Validates flux compatibility
91
91
completion Generate the autocompletion script for the specified shell
92
-
deleteDelete one or many Weave GitOps resources
92
+
createCreates a resource
93
93
get Display one or many Weave GitOps resources
94
94
help Help about any command
95
-
update Update a Weave GitOps resource
96
-
upgrade Upgrade to Weave GitOps Enterprise
97
95
version Display gitops version
98
96
99
97
Flags:
100
-
-e, --endpoint string The Weave GitOps Enterprise HTTP API endpoint
101
-
-h, --help help for gitops
102
-
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
103
-
--namespace string The namespace scope for this operation (default "flux-system")
98
+
-e, --endpoint WEAVE_GITOPS_ENTERPRISE_API_URL The Weave GitOps Enterprise HTTP API endpoint can be set with WEAVE_GITOPS_ENTERPRISE_API_URL environment variable
99
+
-h, --help help for gitops
100
+
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
101
+
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.
102
+
--namespace string The namespace scope for this operation (default "flux-system")
103
+
-p, --password WEAVE_GITOPS_PASSWORD The Weave GitOps Enterprise password for authentication can be set with WEAVE_GITOPS_PASSWORD environment variable
104
+
-u, --username WEAVE_GITOPS_USERNAME The Weave GitOps Enterprise username for authentication can be set with WEAVE_GITOPS_USERNAME environment variable
104
105
105
106
Use "gitops [command] --help" for more information about a command.
0 commit comments