Creating application using Metadata Info - 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)

After creating application using iectl publisher standalone-app create

You can create an app version by using the metadata info --adddiscoveryinfo as /path/discoveryInfo.json :

The json file may contain various information of service such as : if Services wants to register their information (e.g., API endpoints) which can be searched/discovered by other Services that want to consume the information.

# Create application version which does not have any redirection
$ iectl publisher standalone-app version create \
            --appname "my_app" -v "0.0.1" \
            --yamlpath "/yaml/docker-compose.yaml" \
            --changelogs "changelogs" \
            --redirectsection "" \
            --redirecttype "ExternalLink" \
            --redirecturl "" \
            --adddiscoveryinfo '/path/discoveryInfo.json' \