File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,6 +49,14 @@ changelog:
4949 - " ^ci:"
5050 - " Merge pull request"
5151
52+ homebrew_casks :
53+ - repository :
54+ owner : ModelsLab
55+ name : homebrew-tap
56+ token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
57+ homepage : https://modelslab.com/cli
58+ description : " ModelsLab CLI — AI generation and account management from the terminal"
59+
5260scoops :
5361 - repository :
5462 owner : ModelsLab
Original file line number Diff line number Diff line change @@ -23,25 +23,25 @@ scoop install modelslab
2323
2424``` bash
2525# Download the latest .deb from GitHub Releases
26- curl -fsSL https://github.com/ModelsLab/cli/releases/latest/download/modelslab_linux_amd64.deb -o modelslab.deb
26+ curl -fsSL https://github.com/ModelsLab/modelslab- cli/releases/latest/download/modelslab_linux_amd64.deb -o modelslab.deb
2727sudo dpkg -i modelslab.deb
2828```
2929
3030### Direct Download (any platform)
3131
3232``` bash
33- curl -fsSL https://raw.githubusercontent.com/ModelsLab/cli/main/install.sh | sh
33+ curl -fsSL https://raw.githubusercontent.com/ModelsLab/modelslab- cli/main/install.sh | sh
3434```
3535
3636### Go Install
3737
3838``` bash
39- go install github.com/ModelsLab/cli/cmd/modelslab@latest
39+ go install github.com/ModelsLab/modelslab- cli/cmd/modelslab@latest
4040```
4141
4242### Manual Download
4343
44- Download the latest binary for your platform from [ GitHub Releases] ( https://github.com/ModelsLab/cli/releases ) .
44+ Download the latest binary for your platform from [ GitHub Releases] ( https://github.com/ModelsLab/modelslab- cli/releases ) .
4545
4646| Platform | Architecture | Download |
4747| ----------| -------------| ----------|
Original file line number Diff line number Diff line change 44 "fmt"
55 "os"
66
7- "github.com/ModelsLab/cli/internal/cmd"
7+ "github.com/ModelsLab/modelslab- cli/internal/cmd"
88)
99
1010// Set by goreleaser ldflags
Original file line number Diff line number Diff line change 1- module github.com/ModelsLab/cli
1+ module github.com/ModelsLab/modelslab- cli
22
33go 1.25.0
44
Original file line number Diff line number Diff line change 33# Usage: curl -fsSL https://modelslab.com/cli/install.sh | sh
44set -e
55
6- REPO=" ModelsLab/cli"
6+ REPO=" ModelsLab/modelslab- cli"
77BINARY=" modelslab"
88
99# Detect OS and architecture
Original file line number Diff line number Diff line change 66 "strings"
77 "syscall"
88
9- "github.com/ModelsLab/cli/internal/api"
10- "github.com/ModelsLab/cli/internal/auth"
11- "github.com/ModelsLab/cli/internal/output"
9+ "github.com/ModelsLab/modelslab- cli/internal/api"
10+ "github.com/ModelsLab/modelslab- cli/internal/auth"
11+ "github.com/ModelsLab/modelslab- cli/internal/output"
1212 "github.com/spf13/cobra"
1313 "golang.org/x/term"
1414)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package cmd
33import (
44 "fmt"
55
6- "github.com/ModelsLab/cli/internal/api"
7- "github.com/ModelsLab/cli/internal/output"
6+ "github.com/ModelsLab/modelslab- cli/internal/api"
7+ "github.com/ModelsLab/modelslab- cli/internal/output"
88 "github.com/spf13/cobra"
99)
1010
Original file line number Diff line number Diff line change 55 "os"
66 "path/filepath"
77
8- "github.com/ModelsLab/cli/internal/auth"
9- "github.com/ModelsLab/cli/internal/config"
10- "github.com/ModelsLab/cli/internal/output"
8+ "github.com/ModelsLab/modelslab- cli/internal/auth"
9+ "github.com/ModelsLab/modelslab- cli/internal/config"
10+ "github.com/ModelsLab/modelslab- cli/internal/output"
1111 "github.com/spf13/cobra"
1212)
1313
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package cmd
33import (
44 "fmt"
55
6- "github.com/ModelsLab/cli/internal/output"
6+ "github.com/ModelsLab/modelslab- cli/internal/output"
77 "github.com/spf13/cobra"
88)
99
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "strings"
1111 "time"
1212
13- "github.com/ModelsLab/cli/internal/output"
13+ "github.com/ModelsLab/modelslab- cli/internal/output"
1414 "github.com/spf13/cobra"
1515)
1616
You can’t perform that action at this time.
0 commit comments