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
Manual publish of application to Ombori Console
Make sure you have the latest omg Installing omg client
got to package/{$app-name} and do a yarn build
2. look for the location of .gridapp file, yarn build should print the location of .gridapp file ex.build/result.gridapp
3. find the name of existing app to update. omg app list
4. Publish app: omg app publish <app-name> <path-to-gridapp-file>
5. verify on console if uploaded correctly using timestamp uploaded column
https://console.omborigrid.com/organisations/<organization-id>/apps-library/<app-id>/versions
...