Shopify CLI Docs

shopify theme list

Lists the themes in your store, along with their IDs and statuses.

Lists the themes in your store, along with their IDs and statuses.

Usage

shopify theme list [flags]

Summary

Lists the themes in your store, along with their IDs and statuses.

Flags

  • --id <value> string — Only list theme with the given ID. optional Environment: SHOPIFY_FLAG_ID.
  • --name <value> string — Only list themes that contain the given name. optional Environment: SHOPIFY_FLAG_NAME.
  • --no-color — Disable color output. optional Environment: SHOPIFY_FLAG_NO_COLOR.
  • --password <value> string — Password generated from the Theme Access app or an Admin API token. optional Environment: SHOPIFY_CLI_THEME_TOKEN.
  • --path <value> string — The path where you want to run the command. Defaults to the current working directory. optional Environment: SHOPIFY_FLAG_PATH.
  • --role <value> string — Only list themes with the given role. optional Environment: SHOPIFY_FLAG_ROLE.
  • --verbose — Increase the verbosity of the output. optional Environment: SHOPIFY_FLAG_VERBOSE.
  • -e, --environment <value> string — The environment to apply to the current command. optional Environment: SHOPIFY_FLAG_ENVIRONMENT.
  • -j, --json — Output the result as JSON. Automatically disables color output. optional Environment: SHOPIFY_FLAG_JSON.
  • -s, --store <value> string — Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). optional Environment: SHOPIFY_FLAG_STORE.

Official source

On this page