Feature #12293
closedControl the attributes which are returned from a list command
Description
Users would like to pass in a set of attributes for an object, and use that control the output of the list commands. For example
hammer foo list --attribtues A,B,C,D --csv
would return
A,B,C,D
foo1.A, foo1.B, foo1.C, foo1.D
foo2.A, foo2.B, foo2.C, foo2.D
Updated by Ondřej Pražák over 8 years ago
- Related to Feature #16314: Generate a custom report of specific fields added
Updated by Tomáš Strachota about 8 years ago
- Subject changed from [RFE] Control the attributes which are returned from a list command to Control the attributes which are returned from a list command
- Category set to Hammer core
- Target version set to 115
Updated by Thomas McKay almost 8 years ago
@marek - I would suggest moving this to hammer csv category. I have this working already for content-hosts (which could also dump out custom host info too, of course). If you're agreeable, assign to me and switch category. Thanks!
Updated by Tomáš Strachota almost 8 years ago
Hi Tom, it's great you have it working in csv already. I vote for keeping the issue in hammer core and implement it in generic manner so that other output adapters can use it and all plugins can take advantage of optional columns. Hopefully it will be possible to re-use code from your solution.
Updated by Akshay Mendhe over 6 years ago
- Assignee set to Akshay Mendhe
- Triaged set to No
Updated by Tomáš Strachota over 6 years ago
- Status changed from New to Duplicate
Hi Akshay,
I'm sorry but this issue is a duplicate of https://projects.theforeman.org/issues/19135 that we already have an open PR for. I didn't realize this issue exist until you assigned it to yourself and I received a notification. I'm going to close this one in favor of 19135.
Updated by Tomáš Strachota over 6 years ago
- Is duplicate of Feature #19135: Possibility to limit or add fields that are displayed added