User incognito mode when running from command line

Hi

I was wondering if it’s possible to run test cases in incognito mode when using the command line. I know that it is possible to configure this via Katalon Studio (by following these steps: https://docs.katalon.com/katalon-studio/docs/start-browsers-in-private-mode.html#chrome), but I would like to be able to use this via command line too.
I currently use chrome browser and my command looks something like

katalonc -noSplash -runMode=console -projectPath=“…” -retry=0 -testSuitePath=“…” -executionProfile=“default” -browserType=“Chrome” --config -proxy.auth.option=NO_PROXY -proxy.system.option=NO_PROXY -proxy.system.applyToDesiredCapabilities=true

Please adivse, thanks!