Importing and Exporting Applications
Overview
Bellini applications can be imported and exported as self-contained files, shared through the Lonti Marketplace, or transferred via Git repositories. This lets you move applications between organizations, back them up, or publish them for others to use.
When To Use This
Use import when:
- You have received an application file (
.zip) from another developer and want to add it to your organization. - You want to use a template or application from the Lonti Marketplace.
- You want to restore a previously exported application.
Use export when:
- You want to back up an application or transfer it to another organization.
- You want to publish your application to the Lonti Marketplace for others to use.
Importing an Application
Importing from a File
- Click the Import button in the main toolbar at the top of the Bellini interface.
- In the wizard that appears, select the application file (
.zip) to import. - Click Import. The application is added to your organization and opens in the editor.
If the imported application includes APIs with stored credentials, the Next button becomes available. Click Next to go to a page where you can enter the API credentials for the imported application.
Importing from the Lonti Marketplace
Applications can also be imported directly from the Lonti Marketplace via the Marketplace view. See Importing from the Marketplace for full details.
Alternative: Cloning a Git Repository
If the application source is hosted in a remote Git repository, you can clone it directly into Bellini. See Cloning a Git Repository for more details.
Exporting an Application
Exporting to a File
- In the Apps view, right-click the application you want to export.
- Select Export > File from the context menu.
-
In the wizard, configure the export:
Field Description Name The file name for the exported zip (e.g. my-appproducesmy-app.zip).Exclude API Credentials If checked, API credentials stored in the app are not included in the export. Recommended when sharing the file with others. -
Click Export. A
.zipfile is downloaded to your machine. This file can be imported into any Bellini organization as described above.
Publishing to the Lonti Marketplace
- In the Apps view, right-click the application you want to publish.
- Select Export > Marketplace from the context menu.
- A wizard opens to configure the application for publishing.
See Publishing Applications to the Marketplace for full details.
Alternative: Pushing to a Git Repository
If source control is connected to the application, you can push the application to a remote Git repository as an alternative to file export. See Source Control Configuration for more details.
Helpful Resources
- Application Configuration — Overview of all application configuration options.
- Source Control Configuration — Connect and manage a Git repository for your application.
- Importing from the Marketplace — Import applications and templates from the Lonti Marketplace.
- Publishing to the Marketplace — Publish your application to the Lonti Marketplace.
- Community Q&A: Bellini Community
Have a question? Post or search it here.