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' \