Skip to content

Commit

Permalink
feat(cmd/install_bin): Add ctop
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Mar 2, 2023
1 parent e140257 commit eafb931
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 @@ -278,6 +278,11 @@ var Tools = []Tool{
GetVersionFunc: func() string { return github_utils.GetLatestRelease("argoproj-labs", "argocd-vault-plugin") },
UrlTemplate: "https://github.com/argoproj-labs/argocd-vault-plugin/releases/download/{{.Version}}/argocd-vault-plugin_{{.Version|removev}}_{{.Os}}_{{.Arch}}",
},
{
Name: "ctop",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("bcicen", "ctop") },
UrlTemplate: "https://github.com/bcicen/ctop/releases/download/{{.Version}}/ctop-{{.Version|removev}}-{{.Os}}-{{.Arch}}",
},
}

func hashicorpUrlTemplate(name string) string {
Expand Down

0 comments on commit eafb931

Please sign in to comment.