Publish application into Console

When your app is ready, you need

  1. omg app build - will build your app and create gridapp file

  2. omg app list - find in the list app which you want to update

  3. omg app publish <app_name> - app_name should be from step 2

    1. for some old repos where .gridapp file is not in ./build/build/*.gridapp you can invoke as omg app publish <app_name> <path-to-gridapp-file>

  4. Verify in Console that you got a new version.

    Note: omg app --help can show you additional information in case of questions