#1149 Display request status in ca-cert-request-review CLI
Closed: Fixed Opened by edewata.

Currently the ca-cert-request-review command will only show the approval confirmation message. To view new certificate ID it requires executing a separate ca-cert-request-show command:

$ pki ... ca-cert-request-review 28 --action approve
-------------------------------
Approved certificate request 28
-------------------------------
$ pki ca-cert-request-show 28
------------------------
Certificate request "28"
------------------------
  Request ID: 28
  Type: enrollment
  Request Status: complete
  Operation Result: success
  Certificate ID: 0x1c

To simplify the usage the ca-cert-request-review should display the request status immediately:

$ pki ... ca-cert-request-review 28 --action approve
-------------------------------
Approved certificate request 28
-------------------------------
  Request ID: 28
  Type: enrollment
  Request Status: complete
  Operation Result: success
  Certificate ID: 0x1c

Proposed milestone: 10.2.1


master: 45da356afcfb38123bc42837e2ba59ba7ccf9254

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: 10.2.1

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1712

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata