You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the emasser_pki_help method to show that the User-uid may be required - add the following after line 83
puts "\n"
puts 'Certain eMASS integrations may require this variable for actionable (POST,PUT,DELETE) endpoint calls:'.yellow
puts ' EMASSER_USER_UID - The eMASS User Unique Identifier (user-uid)'.cyan
Add the capability of interactive (via command line prompt) generate the .env configuration file. Use TTY::Prompt
The following updates are needed:
require 'emasser/version'users = ['rookie', 'greenhorn', 'novice', 'expert', 'oracle', 'maestro']user_name = ENV.fetch('USERNAME', users.sample)emasser_pki_helpmethod to show that the User-uid may be required - add the following after line 83