Hide Forgot
Description of problem: Just after having synchronized RHEL6 content I realized that searching for a package ID (for requesting `package info`) is not an easy thing - and package list | grep "<pattern>" needed there. I guess would be much more easy to have `package search [options]` implemented. Version-Release number of selected component (if applicable): recent katello-cli: katello-cli-0.1.26-1.git.0.c8327e0.el6.noarch How reproducible: Always Steps to Reproduce: 1.try to get package id 2. 3. Actual results: no way but to do package list and grep the info from there. Expected results: easy way to get the list of your interest from the whole package list (like: package search). Additional info:
d146685 Merge pull request #23 from iNecas/bz767925
Verified with following katello build: katello-cli-0.2.33-1.el6.noarch katello-0.2.35-1.el6.noarch package search feature is available and working fine. katello> package search --environment Library --org ACME_Corporation --product fake_repo --repo x86 --query ca* -------------------------------------------------------------------------------- Package List For Repo 777 and Query ca* Id Name Filename -------------------------------------------------------------------------------- cbe3631e-644d-4e53-9005-15a298955d2e camel camel-0.1-1.noarch.rpm b2879e09-606d-48f4-90d8-c2c344697133 cat cat-1.0-1.noarch.rpm katello> package search --environment Library --org ACME_Corporation --product fake_repo --repo x86 --query wa* -------------------------------------------------------------------------------- Package List For Repo 777 and Query wa* Id Name Filename -------------------------------------------------------------------------------- feee1c62-7118-4af4-b825-831333ddb65d walrus walrus-5.21-1.noarch.rpm 4a6a7c4b-d243-4e5d-ae96-bd0c47224739 walrus walrus-0.71-1.noarch.rpm
Moving all community bugs with fixes to closed.