themekit
themekit copied to clipboard
Verbose says the ignored file is updated but actually, it is not
Describe the bug Verbose says the ignored file is updated but actually, it is not
To Reproduce Steps to reproduce the behavior:
- Change a theme settings
- run command
theme deploy -d "dist" --nodelete --verbose --store ${DEPLOY_STORE} --password ${DEPLOY_PASSWORD} --themeid ${DEPLOY_THEME_ID} --allow-live --ignored-file "config/settings_data.json" --env=production - verbose log says
[production] Updated config/settings_schema.json - check the website and you see the file is not updated.
Expected behavior It should say the file is ignored/skipped
Environment (please complete the following information):
- OS [e.g. iOS]:
- Themekit version (run theme version to check): 1.1.1
- Editor [e.g. atom, sublime]:
- Ignore:
Additional context Add any other context about the problem here.
The flag is ignore_files and not ignored-file https://shopify.github.io/themekit/configuration/ I just tested this and for some reason themekit will not tell you that it is an invalid flag if you provide a value to it. But the problem you are experiencing is because you are not using the correct flag