Shopify / themekit

Shopify theme development command line tool.
https://shopify.dev/tools/theme-kit
MIT License
1.19k stars 374 forks source link

Deploy command not working #991

Open gopida opened 1 year ago

gopida commented 1 year ago

command theme deploy throws "this file is not part of your theme" error

[development] Warning, this is the live theme on xyz-dev.
[development] 2|2 [==============================================================================]  100 %
[development] 2 files, Updated: 1, No Change: 1, Errored: 1
    [development] Errors encountered: 
    [development] (sections/xyz.liquid) this file is not part of your theme
finished command with errors

Steps to reproduce the behavior:

  1. run command 'theme new --password=mypassword --store=store.myshopify.com --name=theme'
  2. run command 'theme download layout/theme.liquid'
  3. create a sections folder in the same dir
  4. Create a new liquid file(xyz.liquid) under sections
  5. run command 'theme deploy layout/theme.liquid sections/xyz.liquid'

Expected behavior sections/xyz.liquid should be uploaded

Environment:

Additional context This has been working until feb 21 noon.