Synopsis - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

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]