Synopsis - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & References

Portfolio
Industrial Edge
Product
Industrial Edge
Edition
02/2025
Language
English

Example content of a manifest file:

commands:
  - command:
    target: publisher
    resource: standalone-app.create
    parameters: 
      appname: "sample_appname"
      reponame: "demo_repo"
      iconpath: "/path/to/icon/pic.png"
      appdescription: "sample_description"
  - command:
    target: publisher
    resource: standalone-app.version.create
    parameters: 
      appname: "sample_appname"
      versionnumber: "0.0.1"
      yamlpath: "/path/to/yaml/docker-compose.yml"
      allowfailure: "true"
iectl apply [flags]