You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dealing with a client store whereby branch templates haven't been fully upgraded to 2.0, there's often an issue we encounter where the following will happen:
Open the project in 'main' (this contains index.json and product.liquid)
We branch from this, complete the feature and allow the client to approve and we go live via a PR.
If we then switch to another branch (this contains index.liquid and product.json) that contains legacy templates or whereby we've incrementally upgraded the templates, CLI refuses to upload them as they exist and we end up with a 404 for those templates resulting us in either having to delete the remote development theme or resaving the new template.
A flag to force overwriting of templates would be nice to have or alt. maybe a prompt to simply ask as opposed to refusing point blank.
Motivation
With deadlines and how things work, it's proving difficult to simply cherry pick the 2.0 work into legacy branches meaning we constantly have this battle of templates 404'ing due to CLI refusing to overwrite the template.
A flag or question when this issue occurs would be nice to have.
The text was updated successfully, but these errors were encountered:
Thanks for this suggestion - I think this is a valid idea, so I'll bring this to the team. There may be some platform considerations / reasons here that we would need to explore, but feel free to be loud about this, and to check in / bump this issue!
What area(s) will this request affect?
Theme
What type of change do you want to see?
Substantial change to existing feature
Overview
When dealing with a client store whereby branch templates haven't been fully upgraded to 2.0, there's often an issue we encounter where the following will happen:
A flag to force overwriting of templates would be nice to have or alt. maybe a prompt to simply ask as opposed to refusing point blank.
Motivation
With deadlines and how things work, it's proving difficult to simply cherry pick the 2.0 work into legacy branches meaning we constantly have this battle of templates 404'ing due to CLI refusing to overwrite the template.
A flag or question when this issue occurs would be nice to have.
The text was updated successfully, but these errors were encountered: