eactl CLI
eactl is the EnforceAuth CLI for pipeline operations — bundle builds, deploy orchestration, and tenant administration from your terminal.
Install
go install github.com/EnforceAuth/mono/packages/ctl/cmd/eactl@latest
Ensure ~/go/bin is on your PATH.
Verify
eactl --version
eactl --help
Monorepo development
cd packages/ctl && ./install.sh
Full reference: packages/ctl/README.md in the repository.