Deploy the Application

To deploy your Catalyst project from the CLI, run the following command in your terminal from your project directory:

copy
$
catalyst deploy

The function is deployed first, followed by the client component. The URL endpoints of the components will be displayed in the CLI:

catalyst_authentication_hosted_catalyst_deploy

Note You can also use the catalyst deploy –only client CLI command to deploy the client component alone, as the function component was already deployed.

You can now open the client component’s URL in a browser to access the deployed application. The authorization portal application can now be accessed from its web app URL. catalyst_authentication_hosted_catalyst_deploy_app_complete

The authorization portal application is now functional and should work without any errors.

catalyst_hosted_login_react_catalyst_deploy

Note You can also use the catalyst deploy –only client CLI command to deploy the client component alone, as the function component was already deployed.

You can now open the client component’s URL in a browser to access the deployed application. The authorization portal application can now be accessed from its web app URL. catalyst_authentication_hosted_catalyst_deploy_app_complete

The authorization portal application is now functional and should work without any errors.

The function is deployed first, followed by the client component. The URL endpoints of the components will be displayed in the CLI: catalyst_authentication_hosted_client_angular_catalyst_deploy_complete

Note: You can also use the catalyst deploy –only client CLI command to deploy the client component alone, as the function component was already deployed.

You can now open the client component’s URL in a browser to access the deployed application. The authorization portal application can now be accessed from its web app URL.

catalyst_authentication_hosted_client_angular_catalyst_complete

The authorization portal application is now functional and should work without any errors.


Last Updated 2024-05-20 18:50:35 +0530 +0530