Skip to content

Commit

Permalink
feat: remove beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax committed Jan 16, 2025
1 parent 8eedadf commit 71199a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/beta.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ package cmd
import (
"fmt"

"github.com/konstructio/kubefirst/cmd/akamai"
"github.com/konstructio/kubefirst/cmd/azure"
"github.com/konstructio/kubefirst/cmd/k3s"
"github.com/konstructio/kubefirst/internal/progress"
"github.com/spf13/cobra"
Expand All @@ -34,8 +32,6 @@ var betaCmd = &cobra.Command{
func init() {
cobra.OnInitialize()
betaCmd.AddCommand(
akamai.NewCommand(),
azure.NewCommand(),
k3s.NewCommand(),
)
}
4 changes: 4 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import (

"github.com/konstructio/kubefirst-api/pkg/configs"
"github.com/konstructio/kubefirst-api/pkg/progressPrinter"
"github.com/konstructio/kubefirst/cmd/akamai"
"github.com/konstructio/kubefirst/cmd/aws"
"github.com/konstructio/kubefirst/cmd/azure"
"github.com/konstructio/kubefirst/cmd/civo"
"github.com/konstructio/kubefirst/cmd/digitalocean"
"github.com/konstructio/kubefirst/cmd/google"
Expand Down Expand Up @@ -69,6 +71,8 @@ func init() {
k3d.LocalCommandAlias(),
google.NewCommand(),
vultr.NewCommand(),
akamai.NewCommand(),
azure.NewCommand(),
LaunchCommand(),
LetsEncryptCommand(),
TerraformCommand(),
Expand Down

0 comments on commit 71199a0

Please sign in to comment.