We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e00cf3 commit 6235985Copy full SHA for 6235985
1 file changed
Casks/t/terramate-catalyst.rb
@@ -0,0 +1,21 @@
1
+cask "terramate-catalyst" do
2
+ arch arm: "arm64", intel: "x86_64"
3
+
4
+ version "0.15.2-beta11"
5
+ sha256 arm: "d84706a9569d2bc3b9136498e9bbb31c2f9bd015e5a1dec8648f5f4401c4ba10",
6
+ intel: "b2c264e9c939b3664a24ce9103b9280dcfc88e77b8e473a782c4877aead2eb68"
7
8
+ url "https://github.com/terramate-io/terramate-catalyst/releases/download/v#{version}/terramate-catalyst_#{version}_darwin_#{arch}.tar.gz"
9
+ name "Terramate Catalyst"
10
+ desc "Manage IaC stacks with scaffolding, code generation, and orchestration"
11
+ homepage "https://github.com/terramate-io/terramate-catalyst"
12
13
+ livecheck do
14
+ url "https://github.com/terramate-io/terramate-catalyst/releases"
15
+ strategy :github_latest
16
+ end
17
18
+ binary "terramate"
19
20
+ zap trash: "~/.terramate.d"
21
+end
0 commit comments