Configuration reference

This reference lists the configuration variables available for Theme Kit and their accepted values.

How it works

You can configure Theme Kit using a config file and command line flags.

Global parameters

The following table lists the parameters that you can configure for all Theme Kit actions:

ParameterDescription
tokenThe token of the store.
storeYour store’s Shoplazza domain with the .myshoplaza.com postfix.
themeThe ID of the theme.

Config file

In the following example, the theme.json file specifies configurations.

{
  "token": "I33OITV4bQscmpc30idIHR7Him4ORJQglfTe_musi6k",
  "store": "https://store-name.myshoplaza.com",
  "theme": "9dd7b938-a458-4267-a774-56c4e487ae1c"
}

Command line flags

You can enforce any setting manually using a command line flag.

ParameterFlagShort version
theme--theme-t
store--store-s
token--token-t