in generators/app/index.js [160:165]
async end() {
await utils.addCredentialsToWindowsVault('sc9.local', 'vagrant', 'vagrant');
console.log('');
console.log('Solution name ' + chalk.green.bold(this.options.solutionName) + ' has been created.');
}