Zid Docs
Merchant APIApp APIThemes
Merchant APIApp APIThemes
Help Center
Slack
  1. Themes CLI
  • 🚨 Important Update: Zid Themes
  • Landing Page Development
  • Getting Started with Zid Themes
    • Introduction to Theme Development
    • Manage your Themes
    • Building Themes in Zid
    • Theme File Structure
    • Twig Syntax and Features
    • Zid Theme Packager
  • Templates
    • Layout
    • Home Page
    • Products
    • Cart
    • Store Language and Currency
  • Settings Schema
    • Text
    • Number
    • Text-Area
    • Select
    • Radio Buttons
    • Checkbox
    • Range
    • Color
    • Image
    • Product
    • Category
    • List
    • Fieldset
  • Code Snippets
    • Apple Pay Quick Checkout
    • Custom CSS Injection
    • Displaying the Store's Business Center Logo
    • Customizing Copyright Text
    • Store's Main Navigation Menu
    • Customer Wishlist
    • Products
      • Products Badges
      • Product Ratings
      • Remaining Product Stock
      • Sold Items Count
      • Product Filtration by Attributes
      • Grouped Products
      • Product Questions & Answers
      • Product Restock Notfication
    • SEO
      • Images alt text
      • Themes SEO Marketing Tags
    • Marketing
      • Metafields
      • Gift Feature
      • Loyalty Program
  • Zid Themes Library: API Integration
    • Products
    • Product Categories
    • Cart
    • Blog
    • Customer
    • Store Settings
  • Data Reference
    • Locals
    • Store
    • Cart
    • Product
    • Products List
    • Category
    • Categories List
    • Session
    • FAQs
    • Customer
    • Blogs
    • Page
    • Main Menu
    • Main Navigation Menu
    • Request
    • Orders
    • Addresses
    • Store Payment Methods
    • Store Shipping Methods
    • Store Banks
    • Asset URL
    • Header Meta Tags
    • Loyalty pogram Wallet
  • Themes CLI
    • CLI Authentication
    • Theme Create
    • Theme Package
    • Theme Update
    • Themes List
    • Theme Preview
  1. Themes CLI

Themes List

List all themes associated with your Zid partner account.

Description#

The list command retrieves and displays a table of all themes associated with your Zid partner account. It provides a quick overview of your themes, including their version and creation date.

Usage#

Options#

Currently, this command does not have any additional options.

Authentication#

This command requires authentication. If you are not signed in, you will be prompted to log in.
Use the themes-cli login command to authenticate if needed.

Output#

The command will output a table with the following columns:
Column NameDescription
Theme IDA unique identifier for each theme.
NameThe name of the theme.
VersionThe current version of the theme.
Created AtThe date when the theme was created.

Example Output#

┌────────────────────────────────────────┬────────────────┬─────────┬──────────────┐
│ Theme ID                               │ Name           │ Version │ Created At   │
├────────────────────────────────────────┼────────────────┼─────────┼──────────────┤
│ 82fc51n3-0a8t-42r0-a7wc-e2tabbc6735b   │ Awesome Theme  │ 1.0.0   │ 2024-07-08   │
│ 7abc1234-5def-6789-0ghj-klmnopqrstuv   │ Cool Store     │ 2.1.3   │ 2024-08-15   │
│ 9876wxyz-5432-mnop-qrst-uvwxyz123456   │ Sleek Design   │ 1.2.1   │ 2024-09-22   │
└────────────────────────────────────────┴────────────────┴─────────┴──────────────┘

Important Notes#

Internet Connection: Ensure you have an active internet connection to fetch the latest theme data.
Theme ID: The Theme ID is essential when using other commands that require specifying a particular theme.

Learn More#

For more information on theme development and deployment, refer to the Zid Theme Development Documentation.
Modified at 2025-01-23 11:00:04
Previous
Theme Update
Next
Theme Preview
Built with