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

feat: Add debug logs #344

Merged
merged 2 commits into from
Dec 1, 2017
Merged

feat: Add debug logs #344

merged 2 commits into from
Dec 1, 2017

Commits on Nov 27, 2017

  1. feat: Add debug logs

    sudo-suhas committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    684e34f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. feat: Command line option --debug

    - Parse command line option `--debug` and enable debug logs if it was passed.
    - Propagate debug mode - `src/index.js -> runAll -> runScript -> findBin`.
    - Set npm `--silent` flag using debug mode.
    - Remove `verbose` from default config, add entry to deprecated options.
    - Set `listr` renderer using debug mode.
    - Tweak logs in `src/index.js` depending on debug mode.
    - Update tests.
    - Update readme, add section on command line flags.
    
    BREAKING CHANGE: `verbose` config option has been deprecated and is superseded
    by the command line option `--debug`.
    sudo-suhas committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    b1a228f View commit details
    Browse the repository at this point in the history