Bug #14656
closedhammer capsule content synchronization needs --help to indicate which fields are required and/or optional
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1190890
Description of problem:
When using hammer cli to synchronize content to the capsule we need to know which fields are required versus optional.
e.g. we have found that we can synchronize by --environment-id but not by --environment
[root@lonlxt90001 script]# hammer -u admin -p changeme capsule content synchronize --environment 'development' --name 'lonlxt90002.nomura.com'
Could not synchronize capsule content:
Error: environment not found
[root@lonlxt90001 script]#
[root@lonlxt90001 script]# hammer u admin -p changeme lifecycle-environment list --organization NOMURA|-------------|------------
--
ID | NAME | PRIOR
---|-------------|------------
2 | Library |
5 | production | stage
8 | STG | Library
4 | stage | development
7 | Dev | Library
3 | development | Library
9 | PROD | Library
---|-------------|------------
[root@lonlxt90001 script]#
This one works ""[root@lonlxt90001 script]# hammer -u admin -p changeme capsule content synchronize --environment-id 3 --id 2""
Version-Release number of selected component (if applicable):
6.0.7
How reproducible:
see above
Actual results:
Expected results:
Additional info:
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/hammer-cli-katello/pull/381 added
Updated by Zach Huntington-Meath almost 9 years ago
- Status changed from Ready For Testing to Assigned
- Assignee set to Zach Huntington-Meath
Updated by Eric Helms almost 9 years ago
- Translation missing: en.field_release set to 143
Updated by Zach Huntington-Meath almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/hammer-cli-katello/pull/389 added
- Pull request deleted (
https://github.com/Katello/hammer-cli-katello/pull/381)
Updated by Eric Helms almost 9 years ago
- Status changed from Ready For Testing to Closed