cs-launch
Verified for current stable LTS
Cs Launch Command: Launch Specific Version With Main Class
Use for launch specific version with main class with Cs Launch. Exact CLI syntax to launch specific version with main class using Cs Launch.
When to use this: Use for launch specific version with main class with Cs Launch.
Command Syntax
cs launch <group_id>:<artifact_id>:<artifact_version> --main-class <path/to/main_class_file> cs launch <group_id>:<artifact_id>:<artifact_version> --main-class <path/to/main_class_file> Command Breakdown
--main-class- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to launch specific version with main class using Cs Launch.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Cs Launch Command: Launch Application Version With Arguments
cs launch <application_name>:<application_version> -- <argument1 argument2 ...> Cs Launch Command: Launch Application With Arguments cs launch <application_name> -- <argument1 argument2 ...> Cs Launch Command: Launch Application With Java Options cs launch --java-opt {-Doption_name1:option_value1 -Doption_name2:option_value2 ...} --java-opt <-Xjvm_option1 -Xjvm_option2 ...> <application_name>