diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-03 16:58:29 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-03 16:58:29 -0600 |
| commit | 0fc2735be3e2884bacfb17718d053d368965c8b2 (patch) | |
| tree | 85390b490fc7bf8e866c65ca79167e0ddfabe6cb /Makefile | |
| parent | 406476fbfc2752aa7e399e14a2a9e6be08a101ec (diff) | |
chore: install cedar CLI
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |
