Skip to content

cyberark/conjur-cli-go

Repository files navigation

conjur-cli-go

A CLI for Conjur written in Golang using the Cobra CLI framework.

Certification level

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.

Development

See the dev directory for more details.

Running

go run ./cmd/conjur

Building

go build ./cmd/conjur

Adding New Commands

To stub out a new command, use the cobra-cli tool.

Transitioning from the docker based CLI to 8.x

See the transition guide