ActionableAgile / jira-to-analytics

This code extracts data from Jira based on a yaml config file, and outputs a properly formatted CSV that can be read by the ActionableAgile Analytics tool.
https://www.actionableagile.com
GNU General Public License v2.0
57 stars 36 forks source link

Passing password in command line but keep asking me for password input #60

Open jpiaggio opened 6 years ago

jpiaggio commented 6 years ago

I'm creating a script to run multiple times the import script and I tried to use -p flag

jira-to-analytics.exe -i Source.yml -u user.name -p password -o Output.csv

After running this line, the command line keeps prompting me for the password. Is there any way I can pass the password within the command line?