Gleiche App erstellen - 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

Wenn Sie immer dieselbe Anwendung erstellen möchten (z. B. zu Testzwecken), müssen Sie die Anwendung erstellen und eine 32-stellige App-ID angeben.

Verwenden Sie hierfür den folgenden Befehl:

$ iectl publisher standalone-app create \
        --appId "0c93bc0c96a14ad5a0c68d20d586f9a4" \                    # 0c93bc0c96a14ad5a0c68d20d586f9a4 is unique application id of 32 characters, if it is not provided then auto generated application id will be used.            
            --reponame "mycompany" \                        # mycompany relates to the repository name of the docker image.
            --appdescription "my cool app"  \
            --iconpath "/path/to/my/icon.png" \
            --appname "my cool app"\

BEMERKEN

Damit immer die gleiche App erstellt wird, achten Sie darauf, immer die gleichen Argumentwerte und die gleiche App-ID zu verwenden.