bullhorn / bullhorn-cli

CLI for Bullhorn and Bullhorn Extensions
MIT License
7 stars 8 forks source link

Saving multiple logins #19

Open blitzmann opened 4 years ago

blitzmann commented 4 years ago

Hi team,

bullhorn-cli can only save 1 login at a time to my knowledge. This poses difficulty for our team, since we have both a production and a non production environment set up. To access the non-production environment and issue commands against it, we have to login with the same username but append an .npe to it.

It would be nice to be able to login to multiple accounts. bullhorn auth login could be for a 'default' profile, while bullhorn auth login <name> could be for a named profile. To issue commands with something other than the default, bullhorn --auth=<name>extensions list could be used.

What are the chances of something like this being implemented?