Skip to content

Commit

Permalink
feat: Add a new formula for DevX Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
akash1810 committed Dec 19, 2023
1 parent a4eac56 commit 37cd1cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Formula/devx-logs.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
class DevxLogs < Formula
desc "A small tool to deep-link to Central ELK."
homepage "https://github.com/guardian/devx-logs"
version "0.0.1"
url "https://github.com/guardian/devx-logs/releases/download/cli-v0.0.1/devx-logs"
sha256 "1da5956140a126edb045e6edaf937aa1bc188ec6126da3455ba2ae27f2fe1aff"

def install
bin.install "devx-logs"
end
end

0 comments on commit 37cd1cc

Please sign in to comment.