Commit 391e0f7 1 parent e8c0ec8 commit 391e0f7 Copy full SHA for 391e0f7
File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
cask "coterm" do
2
2
arch arm : "arm64" , intel : "x64"
3
3
4
+ os macos : "macos" , linux : "linux"
5
+
4
6
version "1.0.0"
5
7
sha256 arm : "0eb8ae355b2a1fbae2912d7ce971d5e01177dffdcb356a399bee24db72ab5871" ,
6
8
x86_64 : "64541b749e00a21558c935bba2cf31c2eb75368b4b19798e68eb37c961b09342" ,
7
9
arm64_linux : "8d69877d44b70f2103ea75548e628575d4842fa997b8aa9b181ba40abfedc0e6" ,
8
10
x86_64_linux : "af5221396f5e18514031d2aa11e3c159c2a3ee5269b3c44a4fe53617759ba3dd"
9
11
10
- os macos : "macos" , linux : "linux"
11
12
url "https://coterm.datadoghq.com/coterm/#{ version } /29eab36/#{ os } -#{ arch } /ddcoterm"
12
13
name "coterm"
13
14
desc "CLI tool by Datadog for terminal recording and approvals"
20
21
binary "ddcoterm"
21
22
22
23
zap trash : "~/.ddcoterm"
23
-
24
- caveats <<~EOS
25
- If this is your first time installing CoTerm: run 'ddcoterm init' to log in and set up your configuration.
26
- EOS
27
24
end
You can’t perform that action at this time.
0 commit comments