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

CLI Refactor - User Interactions

Open eranha opened this issue 3 years ago • 0 comments

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

eranha avatar Apr 13 '21 15:04 eranha