From 0fc2735be3e2884bacfb17718d053d368965c8b2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 3 Apr 2025 16:58:29 -0600 Subject: chore: install cedar CLI --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 23fe889a..a1589d5f 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,16 @@ -default: +default: install-tools + @mage -l + +install-tools: + @cargo install cedar-policy-cli @go install tool + @command -v cedar @command -v mage @command -v nats-server + @command -v oauth2-proxy @command -v playwright @command -v protoc-gen-go @command -v protoc-gen-go-grpc @command -v protoc-gen-twirp_ruby @command -v step @command -v step-ca - @mage -l - @ruby ./script/cibuild -- cgit v1.2.3