Hochladen einer App-Version - 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 & Referenzen

Product
Industrial Edge
Product Version
v25.04
Edition
04/2025
Language
de-DE

Sie können die App-Version mit dem folgenden Befehl hochladen:

$ iectl iehub product-management version upload \
        --app-binary "/home/user/Downloads/R62jNZVpJNGvGK9b3vbeOWG5OHu7nbbu_0.0.1.app" \        # "/home/user/Downloads/R62jNZVpJNGvGK9b3vbeOWG5OHu7nbbu_0.0.1.app" is path of the location where app binary is available
        --app-name  "my nice app" \
        --oss-source-code "/home/user/Downloads/app.zip"  \                                     # "/home/user/Downloads/app.zip"  is location of the file of oss source code (optional)
        --readme "/home/user/Downloads/app.zip" \                                               # "/home/user/Downloads/app.zip" is path to the location of OSS ReadMe (optional)
        --version  "0.0.1"   \                                                                  # "0.0.1"  is version to which binary will be associated

Nach dem Hochladen der Version können Sie die Version überprüfen.