Skip to content

Commit

Permalink
remove vultr and google out of beta (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax authored Dec 30, 2024
1 parent f7a38a8 commit 16b2c35
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 @@ -11,9 +11,7 @@ import (

"github.com/konstructio/kubefirst/cmd/akamai"
"github.com/konstructio/kubefirst/cmd/azure"
"github.com/konstructio/kubefirst/cmd/google"
"github.com/konstructio/kubefirst/cmd/k3s"
"github.com/konstructio/kubefirst/cmd/vultr"
"github.com/konstructio/kubefirst/internal/progress"
"github.com/spf13/cobra"
)
Expand All @@ -39,7 +37,5 @@ func init() {
akamai.NewCommand(),
azure.NewCommand(),
k3s.NewCommand(),
google.NewCommand(),
vultr.NewCommand(),
)
}
4 changes: 4 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ import (
"github.com/konstructio/kubefirst/cmd/aws"
"github.com/konstructio/kubefirst/cmd/civo"
"github.com/konstructio/kubefirst/cmd/digitalocean"
"github.com/konstructio/kubefirst/cmd/google"
"github.com/konstructio/kubefirst/cmd/k3d"
"github.com/konstructio/kubefirst/cmd/vultr"
"github.com/konstructio/kubefirst/internal/common"
"github.com/konstructio/kubefirst/internal/progress"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -64,6 +66,8 @@ func init() {
digitalocean.NewCommand(),
k3d.NewCommand(),
k3d.LocalCommandAlias(),
google.NewCommand(),
vultr.NewCommand(),
LaunchCommand(),
LetsEncryptCommand(),
TerraformCommand(),
Expand Down

0 comments on commit 16b2c35

Please sign in to comment.