Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable yeoman debug on CI. #10625

Closed
1 task done
mshima opened this issue Oct 15, 2019 · 0 comments
Closed
1 task done

Enable yeoman debug on CI. #10625

mshima opened this issue Oct 15, 2019 · 0 comments
Milestone

Comments

@mshima
Copy link
Member

mshima commented Oct 15, 2019

Overview of the feature request

We should enable yeoman debug on CI, this will improve jhipster workflow debugging.

Motivation for or Use Case

Currently:

This is an existing project, using the configuration from your .yo-rc.json file 
to re-generate the project...


Installing languages: en, fr

With DEBUG:

This is an existing project, using the configuration from your .yo-rc.json file 
to re-generate the project...

2019-10-15T15:10:57.917Z yeoman:generator Running askForModuleName
2019-10-15T15:10:57.917Z yeoman:generator Running askForServerSideOpts
2019-10-15T15:10:57.919Z yeoman:generator Running askForOptionalItems
.
.
.
2019-10-15T15:10:57.951Z yeoman:generator Running validateFromCli
2019-10-15T15:10:57.951Z yeoman:generator Running setupConsts

Installing languages: en, fr

With DEBUG and yeoman/generator#1128:

This is an existing project, using the configuration from your .yo-rc.json file 
to re-generate the project...

2019-10-15T15:21:58.958Z yeoman:generator Running home:vsts:work:1:s:server#askForModuleName
2019-10-15T15:21:58.958Z yeoman:generator Running home:vsts:work:1:s:server#askForServerSideOpts
.
.
2019-10-15T15:21:58.990Z yeoman:generator Running home:vsts:work:1:s:languages#validateFromCli
2019-10-15T15:21:58.990Z yeoman:generator Running home:vsts:work:1:s:languages#setupConsts

Installing languages: en, fr
Related issues or PR
  • Checking this box is mandatory (this is just to show you read everything)
@mshima mshima closed this as completed Oct 15, 2019
@pascalgrimaud pascalgrimaud added this to the 6.5.0 milestone Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants