Katalon CLI command for executing test case

Hi,

I am aware of the fact that we can execute test suites through the CLI using the command:
katalon -noSplash -runMode=console -consoleLog -noExit -projectPath=“C:\Users\abhilashbn\Katalon Studio\Login\Login Test.prj” -retry=0 -testSuitePath=“Test Suites/Login_Test” -executionProfile=“default” -browserType=“Web Service”

I have several test cases within a test suite but I would need to execute individual test cases and update the status in Zephyr for JIRA using Jenkins. Is there a way we can modify the same command so that we can execute a test case?

Thanks,
Abhilash B N

no. split your testcases across more suites