summaryrefslogtreecommitdiffstats
path: root/base/java-tools/src/com/netscape/cmstools/key/KeyShowCLI.java
Commit message (Collapse)AuthorAgeFilesLines
* Added key-show option.Endi S. Dewata2015-05-141-7/+21
| | | | | The key-show CLI has been modified to provide an option to find the active key info using the client key ID.
* Fixed issue by streamlining code to be more consistent.Matthew Harmsen2014-04-291-8/+12
| | | | * PKI TRAC Ticket #843 - Incorrect CLI argument parsing
* CLI argument parsing and bad return codesMatthew Harmsen2014-04-171-4/+9
| | | | | * PKI TRAC Ticket #843 - Incorrect CLI argument parsing * PKI TRAC Ticket #918 - CLI commands does not return code '1' for the failures
* Added help option for all Key CLIsAbhishek Koneru2014-04-161-0/+16
|
* Fixes for comments on patches 87 and 89Abhishek Koneru2014-04-161-1/+1
|
* Added new CLI commands for Key resource.Abhishek Koneru2014-04-161-5/+5
| | | | | key-archive, key-retrieve, key-recover, key-generate, key-request-review, key-template-show, key-template-find
* New CLI commands for Key and KeyRequest resources.Abhishek Koneru2014-04-161-0/+52
This patch adds three new CLI commands - KeyShowCLI, KeyRequestShowCLI, KeyModifyCLI