Skip to content

Commit fb22437

Browse files
author
Robin Sonefors
authored
Merge pull request #2552 from weaveworks/no-enterprise-cli
Remove enterprise-only CLI commands
2 parents e1c2aef + 192a1d4 commit fb22437

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+17
-6062
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,22 @@ Examples:
8686

8787

8888
Available Commands:
89-
add Add a new Weave GitOps resource
89+
beta This component contains unstable or still-in-development functionality
9090
check Validates flux compatibility
9191
completion Generate the autocompletion script for the specified shell
92-
delete Delete one or many Weave GitOps resources
92+
create Creates a resource
9393
get Display one or many Weave GitOps resources
9494
help Help about any command
95-
update Update a Weave GitOps resource
96-
upgrade Upgrade to Weave GitOps Enterprise
9795
version Display gitops version
9896

9997
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
104105

105106
Use "gitops [command] --help" for more information about a command.
106107
```

cmd/gitops/add/clusters/cmd.go

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)