Skip to content

Commit b648008

Browse files
Remove ollama command
- Remove ollama import and registration from cmd.go - Delete pkg/cmd/ollama directory and all related files - Ollama command was identified as an additional removal request This completes the CLI command cleanup by removing the AI/ML model server functionality from the core CLI. Co-Authored-By: Alec Fong <[email protected]>
1 parent 3ba4342 commit b648008

File tree

5 files changed

+0
-364
lines changed

5 files changed

+0
-364
lines changed

pkg/cmd/cmd.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import (
1616
"github.com/brevdev/brev-cli/pkg/cmd/logout"
1717
"github.com/brevdev/brev-cli/pkg/cmd/ls"
1818
"github.com/brevdev/brev-cli/pkg/cmd/notebook"
19-
"github.com/brevdev/brev-cli/pkg/cmd/ollama"
2019
"github.com/brevdev/brev-cli/pkg/cmd/open"
2120
"github.com/brevdev/brev-cli/pkg/cmd/org"
2221
"github.com/brevdev/brev-cli/pkg/cmd/portforward"
@@ -233,7 +232,6 @@ func createCmdTree(cmd *cobra.Command, t *terminal.Terminal, loginCmdStore *stor
233232
cmd.AddCommand(shell.NewCmdShell(t, loginCmdStore, noLoginCmdStore))
234233
cmd.AddCommand(copy.NewCmdCopy(t, loginCmdStore, noLoginCmdStore))
235234
cmd.AddCommand(open.NewCmdOpen(t, loginCmdStore, noLoginCmdStore))
236-
cmd.AddCommand(ollama.NewCmdOllama(t, loginCmdStore))
237235
cmd.AddCommand(status.NewCmdStatus(t, loginCmdStore))
238236
cmd.AddCommand(sshkeys.NewCmdSSHKeys(t, loginCmdStore))
239237
cmd.AddCommand(start.NewCmdStart(t, loginCmdStore, noLoginCmdStore))

pkg/cmd/ollama/ollama.go

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

pkg/cmd/ollama/ollama_test.go

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

pkg/cmd/ollama/ollamauiverb.yaml

Whitespace-only changes.

pkg/cmd/ollama/ollamaverb.yaml

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

0 commit comments

Comments
 (0)