Skip to content

iectl iem app-project create-app

creates an app on IEM in "My Projects"

NOTICE

The App Project journey is deprecated in the new IEM UI. If you are working with IEM V2 (early access), these commands are not supported.

iectl iem app-project create-app [flags]

Options

      --category string           name of the category to be used for the application
  -c, --configurator-url string   redirect url for the external configurator [optional]
  -d, --description string        description for the application
  -h, --help                      help for create-app
      --icon-path string          path to the custom icon
      --name string               name of the application to be created
  -p, --project-name string       name of the project to be associated with the application
      --repo-name string          name of the repository to be created for the application
      --signup-type string        Use Edge Device Auth Service [optional]
                                  E.g. Input - "SignUpWithCodeOnly", "SignUpWithOrWithoutCode", "NoSignUp", "SignUpWithoutCode", "None" (default "None")
  -w, --web-address string        web address associated with the app [optional] (default "www.siemens.com")

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

iectl iem app-project create-app --name "my cool app4" --repo-name "repo3" --category "Retail" --description "my cool app's description" --project-name   "testProject" --icon-path "/home/user/Downloads/siemens.png" --web-address "www.sample.com" --configurator-url "/sample/example.html" --signup-type "SignUpWithCodeOnly" 

SEE ALSO