A CLI for Conjur written in Golang using the Cobra CLI framework.
This repo is a Trusted level project. It's is supported by CyberArk and has been verified to work with Conjur Open Source. For more detailed information on our certification levels, see our community guidelines.
See the dev directory for more details.
go run ./cmd/conjur
go build ./cmd/conjur
To stub out a new command, use the cobra-cli tool.
See the transition guide