-
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
sfdx force:package:beta console output format #1894
Comments
Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming or sprint planning session. We prioritize feature requests with more upvotes and comments. |
This issue has been linked to a new work item: W-12424613 |
@jbc329 - the newer versions of the commands use a spinner with a message that updates on every poll to minimize the amount of output a user has to visually parse. This is designed for a human and not a CI system. A few questions:
|
The intended output is: where a spinner is displayed just before "20 minutes ..." and that one line is updated with changes in status and time remaining. There shouldn't be multiple lines but maybe different things happen in other OS and shell combinations particularly with Regardless, I think providing a way to not use a spinner might be the best of both worlds. I'll try a few things. |
@jbc329 - a verbose flag was added to the command in the 7.187.1 CLI release candidate to support this usecase a little better. Feel free to try it out and let me know. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The new sfdx force:package:beta commands appear to produce console output which is wrapped instead of linear. A comparison of the old and new console output is below. The wrapped text makes troubleshooting console errors more difficult.
output using the beta: commands.
We are using sfdx cli version 7.180.0
What are you trying to do
A description of the outcome you are hoping to achieve
We are hoping you can modify the console output of the new sfdx force:package:beta commands to match the formatting of the previous commands.
Describe the solution you'd like
A clear and concise description of what you want to happen.
The text output on the package:beta commands would be improved if the output was similar to the previous format.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've considered writing custom logic around the response from the cli command to stream the output in a format we prefer.
Additional context
Add any other context or screenshots about the feature request here.
Nothing additional. Thank you!
The text was updated successfully, but these errors were encountered: