snowdrop / release-manager

Jira Java Client Tool
3 stars 6 forks source link

Move the user authentication setup to a file #135

Open jacobdotcosta opened 3 years ago

jacobdotcosta commented 3 years ago

That can be consumed by the app without having to pass it around on the CLI.

A YAML/JSON format would make sense so that we can construct an object from it, which would then be injectable in the different services thus also simplifying their APIs.