Skip to content

Commit

Permalink
Remove cloud commands, make sure segment doesn't spam logs with errors (
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok authored Nov 7, 2024
1 parent ffbe784 commit 4aedcba
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 518 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:

matrix:
integration:
- slack
# - slack they are cloud based
# - teams they are cloud based
- discord
- teams

steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ jobs:

matrix:
integration:
- slack
# - slack they are cloud based
# - teams they are cloud based
- discord
- teams

steps:
- name: Checkout code
Expand Down
49 changes: 0 additions & 49 deletions .github/workflows/prod-e2e-test.yml

This file was deleted.

37 changes: 0 additions & 37 deletions cmd/cli/cmd/login.go

This file was deleted.

142 changes: 0 additions & 142 deletions cmd/cli/cmd/migrate.go

This file was deleted.

7 changes: 0 additions & 7 deletions cmd/cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ func NewRoot() *cobra.Command {
$ <cli> install # Install Botkube
$ <cli> uninstall # Uninstall Botkube
Botkube Cloud:
$ <cli> login # Login into Botkube Cloud
$ <cli> migrate # Automatically migrates Open Source installation into Botkube Cloud
`, cli.Name),
SilenceUsage: true,
RunE: func(cmd *cobra.Command, args []string) error {
Expand All @@ -44,8 +39,6 @@ func NewRoot() *cobra.Command {
cli.RegisterVerboseModeFlag(rootCmd.PersistentFlags())

rootCmd.AddCommand(
NewLogin(),
NewMigrate(),
NewDocs(),
NewInstall(),
NewUninstall(),
Expand Down
7 changes: 0 additions & 7 deletions cmd/cli/docs/botkube.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ Quick Start:

$ botkube install # Install Botkube
$ botkube uninstall # Uninstall Botkube

Botkube Cloud:

$ botkube login # Login into Botkube Cloud
$ botkube migrate # Automatically migrates Open Source installation into Botkube Cloud


```
Expand All @@ -38,8 +33,6 @@ botkube [flags]

* [botkube config](botkube_config.md) - This command consists of multiple subcommands for working with Botkube configuration
* [botkube install](botkube_install.md) - install or upgrade Botkube in k8s cluster
* [botkube login](botkube_login.md) - Login to a Botkube Cloud
* [botkube migrate](botkube_migrate.md) - Automatically migrates Botkube installation into Botkube Cloud
* [botkube telemetry](botkube_telemetry.md) - Configure collection of anonymous analytics
* [botkube uninstall](botkube_uninstall.md) - uninstall Botkube from cluster
* [botkube version](botkube_version.md) - Print the CLI version
Expand Down
38 changes: 0 additions & 38 deletions cmd/cli/docs/botkube_login.md

This file was deleted.

Loading

0 comments on commit 4aedcba

Please sign in to comment.