An interpreter with diagnostic functions for learning about and validating eBPF IR.
brew install kindlyops/tap/terp
once installed, you can upgrade to a newer version using this command:
brew upgrade kindlyops/tap/terp
To enable the bucket for your scoop installation
scoop bucket add kindlyops https://github.com/kindlyops/kindlyops-scoop
To install deleterious
scoop install terp
once installed, you can upgrade to a newer version using this command:
scoop status
scoop update terp
go get github.com/kindlyops/terp
terp help
Want to help add features or fix bugs? Awesome! terp is built using bazel.
`brew install bazelisk`
grab the source code from github
`bazel run terp` to compile and run the locally compiled version
To run goreleaser locally to test changes to the release process configuration:
goreleaser release --snapshot --skip-publish --rm-dist