Skip to content

Commit

Permalink
feat(cmd/install_bin): Add clicksecret-cli (sikalabs/clicksecret-cli)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Feb 20, 2024
1 parent 814bead commit 0913f30
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 @@ -341,6 +341,11 @@ var Tools = []Tool{
GetVersionFunc: func() string { return github_utils.GetLatestRelease("cloudflare", "cloudflared") },
UrlTemplate: "https://github.com/cloudflare/cloudflared/releases/download/{{.Version}}/cloudflared-{{.Os}}-{{.Arch}}",
},
{
Name: "clicksecret-cli",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("sikalabs", "clicksecret-cli") },
UrlTemplate: "https://github.com/sikalabs/clicksecret-cli/releases/download/{{.Version}}/clicksecret-cli_{{.Version}}_{{.Os}}_{{.Arch}}.tar.gz",
},
}

func hashicorpUrlTemplate(name string) string {
Expand Down

0 comments on commit 0913f30

Please sign in to comment.