Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cloud commands, make sure segment doesn't spam logs with errors #1477

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading