Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This way you can create apps and distribute it across a wide range of PIPEFORCE instances.

Publishing an app on the Marketplace​

At first, make sure your app is available via public GitHub repository and it contains a folder structure like this:

...

  1. Add the GitHub topics pipeforce-marketplace and pipeforce-app to your repository. Optionally also add a description to your repo which is displayed in the marketplace later.

  2. Done. Now anyone can search and find your app in the marketplace section of the PIPEFORCE portal and install it with one click.

Searching an app on the Marketplace

Apps can be searched in the marketplace. It searches GitHub for all repos having the tags pipeforce-marketplace and pipeforce-app assigned.

Installing an app from the Marketplace

Installing an app from the marketplace is as easy as clicking the INSTALL button. In the backend the app will be downloaded and then installed using the app.install command.

...