Skip to content

iectl iem device-apps upload

Upload self developed application on the IEM.

Synopsis

This command uploads self developed application on the IEM using .app file.

iectl iem device-apps upload [flags]

NOTICE

This command is supported on HELM version >= 1.15.5

Options

      --app-file-path string   path of the application file (.app) to be uploaded to catalog
      --follow                 track the progress of the upload-application job [optional]
  -h, --help                   help for upload

Options inherited from parent commands

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

Example

  • upload application to IEM
iectl iem device-apps upload --app-file-path "/path/to/appFile-0.0.1.app"
  • upload application to IEM with follow
iectl iem device-apps upload --app-file-path "/path/to/appFile-0.0.1.app" --follow

SEE ALSO