cyberark-conjur-cli-docker-based icon indicating copy to clipboard operation
cyberark-conjur-cli-docker-based copied to clipboard

Add `conjur health` command to query component health metrics

Open infamousjoeg opened this issue 5 years ago • 0 comments

The ability to use the Conjur CLI to receive the health metrics of an appliance is being requested to provide "Ease of Use" to users of the CLI.

Currently, the only way to receive health metrics on appliances is by curling the available API:

curl https://dap_address/health

The preferred command in Conjur CLI would be:

conjur health

Providing the ability to choose output would also be an added bonus:

JSON output: conjur health -o json

STDOUT output (for human consumption): conjur health -o stdout

infamousjoeg avatar Nov 15 '19 16:11 infamousjoeg