Migrating from PUBCLI to IECTL¶
The commands are grouped in given below categories
- Workspace
- Standalone
- Dockerengine
- IEM
- Environment
- DownloadLogs
Here are the lists of commands that are common in Publisher CLI and IECTL(CLI Plugin)
Workspace¶
| Description | PUBCLI | IECTL |
|---|---|---|
| Workspace related commands. | ie-app-publisher workspace | iectl publisher workspace |
| Initialize workspace. | ie-app-publisher workspace init | iectl publisher workspace init |
| Export existing workspace to specific location. | ie-app-publisher workspace export | iectl publisher workspace export |
Standalone¶
| 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 |
Docker engine¶
| Description | PUBCLI | IECTL |
|---|---|---|
| Manage the connectivity to the Docker daemon socket. | ie-app-publisher dockerengine | iectl publisher docker-engine |
| List images availabel on Docker engine. | ie-app-publisher dockerengine list-images | iectl publisher docker-engine list-image |
IEM¶
| Description | PUBCLI | IECTL |
|---|---|---|
| IEM Application management related commands. | ie-app-publisher edgemanagement application | iectl publisher app-project |
| Create app project application version. | ie-app-publisher edgemanagement application createunpublishedversion | iectl publisher app-project version create |
| Delete backend managed application version. | ie-app-publisher edgemanagement application deletepublishedversion | iectl publisher app-project version delete |
| Export application version. | ie-app-publisher edgemanagement application exportpublishedversion | iectl publisher app-project version export |
| Upload document link of an app version. | ie-app-publisher edgemanagement application linkdocumenttopublishedversion | iectl publisher app-project version link-document |
| Import stand alone application or app file to Catalog. | ie-app-publisher-linux edgemanagement application uploadtocatalog | iectl publisher app-project upload catalog |
| Import stand alone application to backend managed. | ie-app-publisher edgemanagement application uploadunpublishedversion | iectl publisher app-project upload project |
Environment¶
| Description | PUBCLI | IECTL |
|---|---|---|
| Show industrial edge publisher cli specific environment variables. | ie-app-publisher environment | iectl publisher environment |
Download logs¶
| Description | PUBCLI | IECTL |
|---|---|---|
| Download log file on given path. | ie-app-publisher downloadLogs | iectl publisher downloadlogs |