Skip to content

Commit

Permalink
feat(cmd/install_bin): Add slc (SikaLabs Cloud CLI)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Apr 5, 2024
1 parent 48c93a0 commit da31f5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/install_bin/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,11 @@ var Tools = []Tool{
GetVersionFunc: func() string { return github_utils.GetLatestRelease("mingrammer", "flog") },
UrlTemplate: "https://github.com/mingrammer/flog/releases/download/{{.Version}}/flog_{{.Version|removev}}_{{.Os}}_{{.Arch}}.tar.gz",
},
{
Name: "slc",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("sikalabs", "slc") },
UrlTemplate: "https://github.com/sikalabs/slc/releases/download/{{.Version}}/slc_{{.Version}}_{{.Os}}_{{.Arch}}.tar.gz",
},
}

func hashicorpUrlTemplate(name string) string {
Expand Down

0 comments on commit da31f5f

Please sign in to comment.