Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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

Manual publish of application to Ombori Console

Make sure you have the latest omg Installing omg client

  1. 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

  • No labels