cyberark-conjur-cli
cyberark-conjur-cli copied to clipboard
Dockerless CLI: Add validations for URL / Account / Cert
We currently accept input from the user without validating it. We should verify the input so that the user does not experience failures in later steps after it becomes unclear where the problem originated.
We should verify that the account exists We should verify that the cert file exists We should verify that the URL is acceptable (mostly done today. We should move this logic to ConjurrcData)