Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #25 from ibm-developer/joy-new-flag
Browse files Browse the repository at this point in the history
Add new flag for nodeserver specific use cases
  • Loading branch information
cvignola committed Jan 4, 2018
2 parents 07e9808 + ff145cf commit 06cc4ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ module.exports = class extends Generator {
configuring() {}

_processAnswers(answers) {
this.opts.bluemix.fromYo = true;
this.opts.bluemix.backendPlatform = 'NODE';
this.opts.bluemix.name = answers.name || this.opts.bluemix.name;
answers.swaggerFileName = answers.swaggerFileName.trim();
Expand Down

0 comments on commit 06cc4ac

Please sign in to comment.