Skip to content

Commit 7d53e72

Browse files
authored
Remove non-functioning brev secret command (#290)
Remove the secret command, its store types, and registration from the CLI.
1 parent d6c87a2 commit 7d53e72

4 files changed

Lines changed: 0 additions & 276 deletions

File tree

pkg/cmd/cmd.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import (
3838
"github.com/brevdev/brev-cli/pkg/cmd/reset"
3939
"github.com/brevdev/brev-cli/pkg/cmd/runtasks"
4040
"github.com/brevdev/brev-cli/pkg/cmd/scale"
41-
"github.com/brevdev/brev-cli/pkg/cmd/secret"
4241
"github.com/brevdev/brev-cli/pkg/cmd/set"
4342
"github.com/brevdev/brev-cli/pkg/cmd/setupworkspace"
4443
"github.com/brevdev/brev-cli/pkg/cmd/shell"
@@ -283,7 +282,6 @@ func createCmdTree(cmd *cobra.Command, t *terminal.Terminal, loginCmdStore *stor
283282
cmd.AddCommand(ollama.NewCmdOllama(t, loginCmdStore))
284283
cmd.AddCommand(background.NewCmdBackground(t, loginCmdStore))
285284
cmd.AddCommand(status.NewCmdStatus(t, loginCmdStore))
286-
cmd.AddCommand(secret.NewCmdSecret(loginCmdStore, t))
287285
cmd.AddCommand(sshkeys.NewCmdSSHKeys(t, loginCmdStore))
288286
cmd.AddCommand(start.NewCmdStart(t, loginCmdStore, noLoginCmdStore))
289287
cmd.AddCommand(stop.NewCmdStop(t, loginCmdStore, noLoginCmdStore))

pkg/cmd/secret/secret.go

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

pkg/cmd/secret/secret_test.go

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkg/store/secret.go

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

0 commit comments

Comments
 (0)