Salla Docs
Merchant
Merchant
  • Merchant API
  • Salla OAuth 2.0
  • Merchant Dashboard
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
  • Report Builder
  • App Onboarding
  • Communication Apps
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Component Bundle
  • Change Log
Salla CLI
Merchant
Merchant
  • Merchant API
  • Salla OAuth 2.0
  • Merchant Dashboard
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
  • Report Builder
  • App Onboarding
  • Communication Apps
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Component Bundle
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Twilight Themes Command
  • 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
  • Theme Component Bundles Commands
    • Create
    • List
    • Delete
    • Overview
    • Publish
  1. Twilight Themes Command

Overview

This section introduces the Salla CLI theme commands: create themes, preview them live, list and delete themes, and publish to the marketplace.
INFO
Salla Themes are documented in detail in the Twilight Themes Documentation.

📙 What you'll learn#

Create a Personal Access Token
Salla theme commands overview

Salla theme commands#

ActionCommandAlias
Createcreatec
Previewpreviewp
Listlistl
Deletedeleted
Publishpublishs
Create | c
Preview | p
List | l
Delete | d
Publish | p
Create a new Salla theme or import one from GitHub with salla theme create (or salla theme c). Full guide →

CHECK
Before running any theme commands:
Run salla login to authenticate.
Link your Partners Portal account to GitHub using a Personal Access Token.

Create a Personal Access Token#

A Personal Access Token (PAT) lets you authenticate with GitHub from Salla CLI instead of using your password. This is required for theme creation.
1
Login to your GitHub account.
2
Verify your email (if not done already).
3
On the upper-right corner of any page, click your profile photo, then click Settings.
4
In the left sidebar, click Developer settings.
5
In the left sidebar, click Personal access tokens.
6
Click on Generate new token.
7
Give your token a descriptive name.
8
Add an Expiration date for your token by clicking on Expiration drop-down menu, then choose default or enter the date using the calendar option.
9
Select the scopes, or permissions, you'd like to grant this token. To use your token to access repositories from the command line, select repo.
10
Click Generate token.
Find out more about Personal Access Token here.
WARNING
Treat your token like a password: never share it publicly and store it in environment variables rather than hardcoding it.
Modified at 2026-03-16 14:13:05
Previous
Twilight Themes Command
Next
Create