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 13, 2023
1 parent a4eac56 commit d3e4dff
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 "1.0.0"
url "https://github.com/guardian/devx-logs/releases/download/cli-v1.0.0/devx-logs"
sha256 "796ed08a4f979aa71170a61ff3d482cea761da85a370ef8ffce0632a03e191f3"

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

0 comments on commit d3e4dff

Please sign in to comment.