Didutils Command Line Tool

In addition to SDK and sample code, DID’s source code repository also contains a command-line tool related to DID, which provides a command set commonly utilized in the daily use of DID.

The release of the DID SDK already contains the pre-compiled jar package (the didutils.jar) which can be downloaded from the Assets of the latest release page.

After downloading, the tool can be used through the following command:

java -jar didutils.jar [COMMAND] <ARGS>

A command list can be supported through the following commands:

java -jar didutils.jar --help

Supported Command List

Get Help from Specific Commands

Each of the above commands can support the --help command line parameter to receive help from the command, such as getting help from the resolvedid command:

java -jar didutils.jar resolvedid --help

Last updated