JAR Commands
The first part of this article provides some information about general usage of the KURL jar. The second part of this article is a table of contents that lists the commands provided by the KURL jar with a link to each one. JAR UsageThe kurl.jar is executed using the java -jar command as shown below. It also takes an action argument that specifies the action KURL will execute. java -jar kurl.jar -action=(action name) (other arguments....) General Arguments
UtilitiesSetupThe setup command is used to automatically generate the YAML configuration file. It will prompt for the necessary values and create a file named config.yml in the current directory. java -jar kurl.jar -setup HelpThe help command prints the jar file help text, which contains details about the commands and arguments. java -jar kurl.jar -help VersionThe version command prints the version number of the kurl.jar. java -jar kurl.jar -version Commands
|