Help
This section is designated to access help content on Salla CLI. Using -h or --help
both provide information about the command. Below sections explain salla -h/--help
, salla app -h/--help
and salla theme -h/--help
.📙 What you'll learn#
For a general check on Salla CLI commands the developer can run the followingThis will display all the commands and options available in the salla CLI version that is installed.Help command sections#
The help command results are displayed in a three sections, which are:Usage, to illustrate the use of the commandOptions, which can be used for the specified command line.Commands, lisiting the commands syntax.Salla CLI commands for Salla Apps are also available, use the below command to get the commands associated with Salla App.Which displays the Salla App CLI commands.Salla Themes also use Salla CLI commands to create and manage themes.The above command displays a list of Salla themes CLI commands.Getting specific command help#
Developers may obtain help for specific commands using command syntax with the help option using -h or --help
.For instance, to get further details on Salla App list commandThis will provide addtional info about the command and how the user can use it.In the above example, the salla store -h
command displayed the usage, options and commands for Salla store. Modified at 2024-02-13 20:23:46