Salla CLI is the tool used to create Apps and themes. It comes with easy-to-use commands, for example, to create, list, and delete Apps and Themes. In order to use these commands, the developer needs to install Salla CLI. This article will explain how to install Salla CLI in order to use it in the developer environment and the primary usage of Salla CLI.📙 What you'll learn#
Install Salla CLI#
To install Salla CLI, run the following command in the terminal. This command will install Salla CLI into the system globally.For PowerShell users, sometimes the CLI might not be installed due to device restrictions. To enable that, execute the following command For machines with Apple silicon, it is a must to install Rosetta, which enables a Mac with Apple silicon to use apps built for a Mac with an Intel processor. Follow along for installation guide. Rosetta Installation#
The first time you try to run an incompatible program, you will automatically be prompted to install Rosetta.
Simply, click Install and you are good to go!Salla CLI usage#
After installation, the developer will have access to the salla binary on their command line. The developer can verify that the CLI is properly installed by simply running the binary command, salla, which should present the developer with a help message listing all available commands.
Checking the version can be done using this command:To get the list of commands for Salla CLI execute the following command:Or as an alternative the developer can use help command:The list of commands for Salla CLI Modified at 2025-03-06 07:31:57