Skip to content

Commit

Permalink
feat: add civo cli (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
linusfr authored Dec 28, 2024
1 parent b74299e commit c6f6305
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions civo.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
description = "Civo CLI is a tool to manage your Civo.com account from the terminal."
binaries = ["civo"]
source = "https://github.com/civo/cli/releases/download/v${version}/civo-${version}-${os}-${arch}.tar.gz"
test = "civo --version"

version "1.1.92" {
auto-version {
github-release = "civo/cli"
}
}

0 comments on commit c6f6305

Please sign in to comment.