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
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?
The text was updated successfully, but these errors were encountered:
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, whilebullhorn 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?
The text was updated successfully, but these errors were encountered: