Skip to content
New issue

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

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

Already on GitHub? # to your account

fix(cli): Don't warn about hideLogs on some commands #4813

Merged
merged 4 commits into from
Jul 9, 2021

Conversation

jcesarmobile
Copy link
Member

@jcesarmobile jcesarmobile commented Jul 8, 2021

At the moment, if the user has hideLogs configuration option, the CLI will show a warning on every command the CLI runs.
For some commands (version, config, run) it's a problem because the output is used by other tooling (like Ionic CLI) and can't be parsed correctly.

This moves the warning from all commands to just a set of them (add, update, copy, sync, doctor, list)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants