App Functions are small, typed event handlers that run on Salla's infrastructure — your App reacts to store events (an order is created, a customer logs in, …) with no servers to manage. The Salla CLI command salla app functions lets you build, deploy, and watch them from your own project.App Functions created from the CLI and App Functions created from the dashboard / Salla Partners Portal are not interchangeable. For the CLI, use a new App in which no App Function was previously added. App Functions Commands#
Run these from the root of your App Functions project, after logging in with salla login:| Command | Description |
|---|
salla app functions build | Bundles your handlers into a single deployable file |
salla app functions deploy [app_id] | Builds and deploys your bundle to Salla's infrastructure |
salla app functions serve [app_id] | Streams live logs from your deployed functions in real time |
The App ID is optional — omit it and the CLI lets you pick from the Apps linked to your Salla Partners account. Modified at 2026-08-06 14:50:38