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?
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.csvAfter 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?