| Description | PUBCLI | IECTL |
|---|---|---|
| Validate an .app file for using it within Industrial Edge. | ie-app-publisher standalone validate | iectl publisher standalone-app validate |
| Create a standalone app within the current workspace. | ie-app-publisher standalone create | iectl publisher standalone-app create |
| Create a new app version within workspace. | ie-app-publisher standalone createversion | iectl publisher standalone-app version create |
| Delete an app within workspace. | ie-app-publisher standalone delete | iectl publisher standalone-app delete |
| Delete an app version within workspace. | ie-app-publisher standalone deleteversion | iectl publisher standalone-app version delete |
| Export an app from workspace to a specific path. | ie-app-publisher standalone export | iectl publisher standalone-app export |
| Package application version to specific location as app file. | ie-app-publisher standalone exportversion | iectl publisher standalone-app version export |
| Import an .app file to current workspace. | ie-app-publisher standalone import | iectl publisher standalone-app import |
| List apps within workspace. | ie-app-publisher standalone list | iectl publisher standalone-app list |
| List all versions of an app within workspace. | ie-app-publisher standalone listversions | iectl publisher standalone-app version list |
| Add configuration of standalone application. | ie-app-publisher standalone addconfiguration | iectl publisher standalone-app app-config add |
| Add version of already added configurations of type versioned in Standalone application. | ie-app-publisher standalone addconfigurationversion | iectl publisher standalone-app app-config addversion |
| List configurations added in standalone application | ie-app-publisher standalone listConfigurationsofApplication | iectl publisher standalone-app app-config list |
| Delete configuration of standalone application | ie-app-publisher standalone deleteconfiguration | iectl publisher standalone-app app-config delete |
| Delete configuration version of standalone application | ie-app-publisher standalone deleteConfigurationVersion | iectl publisher standalone-app app-config deleteversion |
| Create application , application version and export application version in one command. | ie-app-publisher standalone createAndExport | Removed |