Feature #20044
closedhammer- allow user to specify column widths for table output
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1437155
Description of problem:
"With the default "table" output format, the "hammer" CLI has an unsavory habit of truncating output when the strings for fields exceed a certain length, especially when the output is multi-line (for example the "Description" field of a Host Collection). It would be nice if there was a command-line switch to turn that habit off."
This seems to be addressed upstream in:
http://projects.theforeman.org/issues/4384
Version-Release number of selected component (if applicable):
0.10
How reproducible:
Always
Steps to Reproduce:
1. hammer --output table host-collection list --org <org name>
2.
3.
Actual results:
Table output is truncated
Expected results:
Ability to set a higher table column width to at least 100
Additional info:
Updated by Marek Hulán over 7 years ago
- Subject changed from hammer- allow user to specify column widths for table output to hammer- allow user to specify column widths for table output
- Category changed from Other commands to Hammer core
- Target version set to 115
Updated by Tomáš Strachota over 7 years ago
- Related to Tracker #14914: Tracker for output related issues added
Updated by Marek Hulán about 7 years ago
A --dont-truncate that would have to be set explicitly is acceptable solution for the reporter.
Updated by Ondřej Pražák almost 5 years ago
- Status changed from New to Closed
- Triaged set to No
- Team Backlog deleted (
Marek)
The BZ was closed, closing this as well.