Actions
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 over 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 Tomáš Strachota over 6 years ago
- Is duplicate of Feature #19135: Possibility to limit or add fields that are displayed added
Actions