'--long' option is required when we want to display non-default columns with '-c' option
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
Triaged
|
Wishlist
|
Akihiro Motoki |
Bug Description
in OSC, when we want to display non-default columns with '-c' option, '--long' option must be specified as well. I think it is redundant and annoying.
I think it is better to lookup all fields when '-c' option is specified as if '--long' option is specified. I believe It improves user experience.
------
(The following is the original bug description)
In OSC, there is no way to display non-default columns in list commands.
OSC has -c option which specifies which columns should be displayed, but only the default columns can be specified.
For example, openstack network list has ID, Name, Subnets as defaults columns.
For example, neutron network resource has 'status' field, but there is no way to display it.
In neutron CLI, we can display non-default columns by specifying -c option.
Similarly nova list has '--fields' option and we can specify non-default fields.
OSC should support these scenario.
Changed in python-openstackclient: | |
assignee: | nobody → Akihiro Motoki (amotoki) |
tags: | added: network |
wouldn't this be fixed by adding the --long option ?
I guess you don't want to have to know the non-default column exists in the "short" or "long" output