cyberark-conjur-cli
cyberark-conjur-cli copied to clipboard
CLI Refactor - User Interactions
Messages Error messages
- Extract all messages out of the code to a separate file (4)
- Each message will have its own id- CONJUR123I
- The code will reference the messages using their ids.
- E.g. set_variable action will return message id: 103 upon a successful completion of the execution It will make the code cleaner easy to maintain and i18n ready
Related to #251