Closed rpothier closed 1 year ago
Code Climate has analyzed commit ab791708 and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 81.1% (0.2% change).
View more on Code Climate.
Desired Outcome
The
variable get
command should support getting multiple variables.Implemented Changes
Updated the variable command to support multiple variables. Updated go.mod to pull in the latest api that includes the latest hostfactory ID parser.
Getting a single variable will print out the variable as before
Getting multiple secrets will print out the secret and the full variable name
Note: The Python CLI requires the two variables to be separated by a space, and the conjur CLI requires a comma
Connected Issue/Story
CyberArk internal issue ID: ONYX-33517
Definition of Done
At least 1 todo must be completed in the sections below for the PR to be merged.
Changelog
Test coverage
Documentation
README
s) were updated in this PRBehavior
Security