summaryrefslogtreecommitdiffstats
path: root/base/java-tools/bin
Commit message (Collapse)AuthorAgeFilesLines
* CLI argument parsing and bad return codesMatthew Harmsen2014-04-171-1/+2
| | | | | * PKI TRAC Ticket #843 - Incorrect CLI argument parsing * PKI TRAC Ticket #918 - CLI commands does not return code '1' for the failures
* Replaced CLI wrapper with Python.Endi S. Dewata2014-03-061-0/+156
The existing CLI wrapper script was written in Perl to call Java CLI. It has been replaced with a Python script that can call either the existing Java CLI or a not-yet-implemented Python CLI by specifying a --client-type parameter. This will allow testing the Python client library via CLI in the future.