You can create a Docker Compose application on IEM with the following command:
$ iectl iem app-project create-app \
--name "my cool app" \ # application you want to create
--repo-name "repo1" \ # associated with the application
--category "Retail" \ # name under which you want to create the app
--description "my cool app's description" \ #description of the application
--project-name "project1" \ #projectName in which application should be created ON IEM
--icon-path "/path/to/icon/image.png" \ # path of the image you want to associate with application
--web-address "www.sample.com" \ # (optional) web address associated with the app (default "www.siemens.com")
--configurator-url "/sample/example.html" \ #(optional) redirect url for the external configurator
--signup-type "SignUpWithCodeOnly" \ #(optional) Use Edge Device Auth Service. Allowed Inputs - "SignUpWithCodeOnly", "SignUpWithOrWithoutCode", "NoSignUp", "SignUpWithoutCode", "None" (default "None")