-
Notifications
You must be signed in to change notification settings - Fork 78
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
Source Progress bar causes output truncation #276
Comments
Given other issues with progress bar, perhaps we can get env variable to disable it? |
@sjurgis Thank you for letting us know, we will take a look |
@clairebianchi. Could we please have an option to turn off the progress bar and revert back to the previous text only display? |
@clairebianchi Ditto, Please add an option to disable the progress bar. We're redirecting output to a log file |
We are fixing the truncation issue now and hopefully will have a fix by next week. If you run the command with --json you will not see the progress bar. What output are you using in your log file, the output form --json should provide you with the details you need. |
we have a fix for this issue and it will go out in next week's release |
Summary
Upon appearance of Source Progress bar, the remaining console output gets truncated to the window with (instead of wrapped into new line). Even output from non-sfdx commands (such as cat) gets truncated after, say,
sfdx force:source:push
(I believe the progress bar is used elsewhere).Steps To Reproduce:
See screenshot - note last command output was truncated.
Expected result
Output is wrapped just as before.
Actual result
Output is truncated (which hides important information from compile failure and causes corrupted output for remaining commands during shell session.
Additional information
Latest Catalina, sfdx, iterm, oh-my-zsh...
My default is iTerm + zsh, but I've tested with Terminal + bash and results were the same.
iTerm 3.3.7
sfdx-cli/7.42.1-e41dbeb8d9 darwin-x64 node-v10.15.3
Catalina 10.15.2 (19C57)
The text was updated successfully, but these errors were encountered: