Command-line Tools
Casbin CLIs offer command-line interfaces that expose Casbin's full API directly in your shell environment. This guide explains how to use Casbin's CLI implementations across multiple languages, including Rust, Java, Go, Python, .NET, and Node.js.
Installation
Go (casbin-go-cli)
-
Clone the repository:
git clone https://github.com/casbin/casbin-go-cli.git -
Build the CLI:
cd casbin-go-cli
go build -o casbin