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:
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.
Parameter | Flag | Short version |
---|---|---|
theme | --theme | -t |
store | --store | -s |
token | --token | -t |
Updated over 1 year ago