Generator-jhipster: jhipster upgrade should be verbose by default

Created on 16 Aug 2017  路  4Comments  路  Source: jhipster/generator-jhipster

Overview of the issue

Currently, there is a --verbose option for jhipster upgrade, I think it should be the default mode because it gives more information to the user about what is being done to her git repository.
Also, some operations like npm install can take long time to complete and when output is muted user has no idea whether things are running smoothly or process is hung for some reason and may never complete.
In case of failure, user may have a clue on what went wrong and maybe fix it by herself.

So, I propose:

  • to set verbose mode by default
  • to remove --verbose option and maybe to add --silent or --quiet
  • to display the exact command that is currently being executed (git, npm, yarn, ...)
needs-discussion

Most helpful comment

BTW, I found that yeoman offers some logging helpers and some color conventions for different statuses: http://yeoman.io/environment/log.js.html

I like the log.ok() method with green checkmark as it clearly states a success and still is color-blind friendly.

2017-08-16_23h46_37

All 4 comments

Ok for me

+1

BTW, I found that yeoman offers some logging helpers and some color conventions for different statuses: http://yeoman.io/environment/log.js.html

I like the log.ok() method with green checkmark as it clearly states a success and still is color-blind friendly.

2017-08-16_23h46_37

Here is the new output with --silent option:
2017-08-18_03h25_08

Was this page helpful?
0 / 5 - 0 ratings

Related issues

trajakovic picture trajakovic  路  4Comments

DanielFran picture DanielFran  路  3Comments

marcelinobadin picture marcelinobadin  路  3Comments

tomj0101 picture tomj0101  路  3Comments

chegola picture chegola  路  4Comments