Word Count: 43
  • Post category:Codings
  • Post last modified:2022-08-19
NOTE: No need to type the brackets [ or ].

// Get the IDs of various themes:

theme get --list --password=[password] --store=[store-name.myshopify.com]

// Download all theme files:
 theme get --password=[password] --store=[store-name.myshopify.com] --themeid=[theme id]

Reference