I am currently using ASK CLI for managing and deploying my skill on my local dev machine.
However, I am wondering how to integrate ASK CLI within build services / agents like Visual Studio Team Services which I am also using.
By default, a browser window will open with a sign-on screen. Once the initialization is complete, you can use ASK CLI to manage your skill. Hosted VSTS agents do not offer the ability to log on. So the -no-browser option is also no option I guess.
https://developer.amazon.com/de/docs/smapi/ask-cli-command-reference.html#init-command
How shall I provide the credentials and init on the build server which is eventually unattended?
Thanks in advance!