iectl iem device-apps app-details¶
Shows details of a specific application on the IEM.
Synopsis¶
This command returns the details of the specified application.
iectl iem device-apps app-details [flags]
NOTICE
This command is supported on HELM version >= 1.15.5
Options¶
--app-id string unique id of the application to be listed [optional]
note: if both --app-id and --app-name are provided, --app-id takes precedence
--app-name string name of the application to be listed [optional]
note: if both --app-id and --app-name are provided, --app-id takes precedence
-h, --help help for app-details
Options inherited from parent commands¶
-o, --output string output format
-q, --query string query on result of object
-v, --verbose verbose output
Example¶
- get app-details of specific application available on IEM
iectl iem device-apps app-details --app-id "applicationID" --app-name "appName"
- get app-details of specific application available on IEM using app-name
iectl iem device-apps app-details --app-name "my_app"
SEE ALSO¶
- iectl iem device-apps - device apps related commands