Hi @rizwan, starting from today’s release, you should be able to provide your username/license key credentials within a single command.
I realize you already have a solution for your current project, but just wanted to flag this change in case it’s useful to you down the road.
# first upgrade SDV Installer
% pip install sdv-installer --upgrade
# now you can input your username and license key direclty into the command
% sdv-installer install --username user@company.com --license-key 123
Source: See the release notes.