Bug #12382
closedcapsule content - available-lifecycle-environments and lifecycle-environments are not rendered in CLI
Description
With the CLI, the user is not currently able to see the results from either the 'lifecycle-environments' or 'available-lifecycle-environments' commands.
E.g.
hammer> capsule content lifecycle-environments --id 9 --organization-id 1
---|------|-------------
ID | NAME | ORGANIZATION
---|------|-------------
| |
---|------|-------------
hammer> capsule content available-lifecycle-environments --id 9 --organization-id 1
---|------|-------------
ID | NAME | ORGANIZATION
---|------|-------------
| |
---|------|-------------
From initial investigation, while this looks like a CLI issue, it appears that the API should be returning additional details consistent with other APIs (e.g. total, subtotal..etc) in order to be rendered correctly.