Bug #6345
closed[RFE] add "description" field in "product status" CLI output
Description
Description of problem:
In "product" CLI currently is is possible to update "description", but it is not possible to view it.
It needs to add "description" field in output of "product status" CLI command.
This is the only command which shows info about product.
This is still busted.
[root@sat6 checks]# hammer v --username admin --password changeme product list --organization-label "DemoOrg" |--------------------------------|------------------|--------------|-----------
--
ID | NAME | ORGANIZATION | REPOSITORIES | SYNC STATE
---|--------------------------------|------------------|--------------|-----------
10 | BK Product of Fun | Anakin Skywalker | 0 | not_synced
1 | Red Hat Satellite Tools 6 Beta | Anakin Skywalker | 0 | not_synced
---|--------------------------------|------------------|--------------|-----------
[root@sat6 checks]# hammer -v --username admin --password changeme product info --organization-label "DemoOrg" --id 10
ID: 10
Name: BK Product of Fun
Label: BK_Product_of_Fun
Description:
Sync State: not_synced
Sync Plan ID:
GPG:
GPG Key ID:
GPG Key:
Organization: Anakin Skywalker
Readonly: false
Deletable: true
Content:
1) Repo Name:
URL:
[root@sat6 checks]#