Salla Docs
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipment API
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipment API
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Salla CLI
  • Welcome to Salla CLI 👋
  • Usage
  • Authorization
  • Help
  • Apps Command
    • Overview
    • Create App
    • Create Webhook
    • Delete
    • Link
    • List and Info
    • Serve
  • Twilight Themes Command
    • Overview
    • Create
    • Preview
    • List
    • Delete
    • Publish
  • Additional Resources
    • Upgrade and Version
    • Troubleshooting
  1. Salla CLI

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#

Salla CLI Help
Help Command Sections
Getting specific command help
For a general check on Salla CLI commands the developer can run the following
This 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 command
Options, 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 command
This 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.
Previous
Authorization
Next
Apps Command