Deploy the Function

We will now deploy the function from your local terminal to the Catalyst console. This will generate an endpoint URL for the function that can be incorporated in the mobile app’s code.

To deploy the function component of your Catalyst project from the CLI, run the following command in your terminal from your project directory (CATALYST_PROJECT_HOME).

copy
$
catalyst deploy

The endpoint URL of the function component will be displayed.

catalyst-deploy

We will include this URL in the Android and iOS code in the next step.

Last Updated 2025-05-15 11:38:27 +0530 +0530