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
The amd64
binaries are built using RedHat's patched Go compiler and with
GOEXPERIMENT=boringcrypto
. When run on a FIPS-enabled system, the binary will
use the OpenSSL FIPS module provided by the system. On non-FIPS systems, the
binary will fall back to BoringCrypto.