Actions
Bug #4344
closedResource names are improperly downcased
Description
I'm noticing places where resource names are showing up as being downcased (such as in associated commands). For example we get --contentview-id for ContentViews when they should be --content-view-id.
Updated by David Davis almost 11 years ago
- Category set to Hammer core
- Status changed from New to Assigned
- % Done changed from 0 to 50
Updated by Tomáš Strachota about 9 years ago
- Target version set to hammer-cli 0.6.0
Updated by Tomáš Strachota almost 9 years ago
- Status changed from Assigned to Closed
The issue seems to be fixed in hammer-cli 0.5.1
I'm closing the ticket as it was reported a long time ago and the the issue has most likely been fixed since then.
hammer repository list -h Usage: hammer repository list [OPTIONS] Options: --available-for AVAILABLE_FOR interpret specified object to return only Repositories that can be associated with specified object. Only ‘content_view’ is supported. --by BY Field to sort the results on --content-type CONTENT_TYPE limit to only repositories of this time --content-view CONTENT_VIEW_NAME Content view name to search by --content-view-id CONTENT_VIEW_ID content view numeric identifier --content-view-version CONTENT_VIEW_VERSION_VERSION Content view version number --content-view-version-id CONTENT_VIEW_VERSION_ID Content view version identifier ...
hammer erratum list -h Usage: hammer erratum list [OPTIONS] Options: --by BY Field to sort the results on --content-view CONTENT_VIEW_NAME Content view name to search by --content-view-filter CONTENT_VIEW_FILTER_NAME Name to search by --content-view-filter-id CONTENT_VIEW_FILTER_ID filter identifier --content-view-id CONTENT_VIEW_ID content view numeric identifier --content-view-version CONTENT_VIEW_VERSION_VERSION Content view version number --content-view-version-id CONTENT_VIEW_VERSION_ID Content view version identifier ...
Actions