Open andershagbard opened 3 years ago
Describe the bug When running theme watch and other commands, it doesn't read anything from the .env file.
theme watch
.env
To Reproduce Steps to reproduce the behavior:
THEMEKIT_PASSWORD=shppa_SOMEPASSWORD THEMEKIT_STORE=john-doe.myshopify.com THEMEKIT_THEME_ID=123456789
config.yml
This produces the following error:
invalid environment [development]: (missing theme_id,missing store domain,missing password)
Expected behavior Expect to start running on environment from .env file.
Environment (please complete the following information):
Describe the bug When running
theme watch
and other commands, it doesn't read anything from the.env
file.To Reproduce Steps to reproduce the behavior:
.env
file in the root of your projectconfig.yml
file in the root of your projecttheme watch
This produces the following error:
Expected behavior Expect to start running on environment from
.env
file.Environment (please complete the following information):