Skip to main content

Private

This guide assumes you have already created a integration and created a private fork of our repository, and you would like to package it as a file and upload it.

tip

Friendly Tip: There is a CLI to easily upload it to your platform. Please check out Publish Custom Integrations.

Step 1: Build Integration

Build the integration using the following command. Make sure to replace ${name} with your integration name.

npm run integrations -- build --name=${name}
info

More information about building integrations can be found here.

Step 2: Upload Tarball

Upload the generated tarball inside dist/packages/integrations/${name}from Staqr Platform Admin -> Integrations

Manage Integrations