Skip to content

iectl iem device-apps list

List all applications on the IEM.

Synopsis

This command returns a list of all applications on the IEM.

iectl iem device-apps list [flags]

NOTICE

This command is supported on HELM version >= 1.15.5

Options

      --page int    page number of the list of device applications [optional] (default 1)
      --size int    page size of the list of device applications [optional] (default 1000)    
      --show-all    shows all applications available including self developed and those copied from IEHUB
  -h, --help        help for list

Options inherited from parent commands

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

Example

  • list self-developed applications available on IEM
iectl iem device-apps list --page "1" --size "50"
  • list self-developed applications available on IEM
iectl iem device-apps list --page "1" --size "50" --show-all

SEE ALSO