Publish application into Console
When your app is ready, you need
omg app build
- will build your app and create gridapp fileomg app list
- find in the list app which you want to updateomg app publish <app_name>
- app_name should be from step 2for some old repos where .gridapp file is not in
./build/build/*.gridapp
you can invoke asomg app publish <app_name> <path-to-gridapp-file>
Verify in Console that you got a new version.
Note:omg app --help
can show you additional information in case of questions