Forrest logo
back to context overview

cs-launch

List of commands for cs-launch:

  • cs-launch:tldr:412b5 cs-launch: Launch a specific version of an application specifying which is the main file.
    $ cs launch ${group_id}:${artifact_id}:${artifact_version} --main-class ${path-to-main_class_file}
    try on your machine
    explain this command
  • cs-launch:tldr:8dac7 cs-launch: Launch an application with specific java options and a jvm memory ones.
    $ cs launch --java-opt ${-Doption_name1:option_value1 -Doption_name2:option_value2 ---} --java-opt ${-Xjvm_option1 -Xjvm_option2 ---} ${application_name}
    try on your machine
    explain this command
back to context overview