Set executionProfile for Test Suite Collection

I’ve got set of test suites in Test Suite Collection and
I’ve to run against different profiles like different environments.How to achieve
this from commandline?

katalon_opts=‘-browserType=“Chrome” -executionProfile=“CI” -retry=0 -statusDelay=15 -testSuiteCollectionPath=“Test Suites/RegressionTests”’
docker run --rm -v “$project_dir”:/katalon/katalon/source:ro -v “$reports_dir”:/katalon/katalon/report -e KATALON_OPTS=“$katalon_opts” katalonstudio/katalon

Seems a bug or feature limited: http://forum.katalon.com/discussion/9506/console-test-suite-collection-not-working-with-executionprofile-in-console-mode?new=1