Add new product to an existing distribution
Ways to add a new product to an existing distribution
Steps to add a new product to a distribution
dir structure:
/var/www/be/├└── distribution.json
1st approach
 - using the Database (DB)
Add the data manually to the DB:
cd /var/www/be
Copy the template:
cp SW/templates/product.yaml  ./release.yaml
Convert the yaml to json yaml2json release.yaml (this will create a release.json file in the same dir)
Manually add product
