themekit icon indicating copy to clipboard operation
themekit copied to clipboard

Shopify theme development command line tool.

Results 119 themekit issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I'm using config.yml like so: ``` development: password: 12345 theme_id: "112344939" store: ashop.myshopify.com ignore_files: - settings_data.json ``` That is successfully ignoring settings_data.json but when I have: ```...

In https://github.com/Shopify/themekit/pull/755 we changed to use unstable API so we could access the new checksum field. Now that this is being released in the 2020-10 update, we can switch back...

As discussed with @tanema, let's create a checklist of things to verify when making a release. For example: - Create a new theme - Download an existing theme - Deploy...

Due to some upcoming platform changes (Aug 25 email), we'll need to update the docs to indicate that the "Manage private apps" option will need to be enabled when setting...

To coincide with the new release, we should update the docs to cover how the behaviour of `deploy`, `download` and `watch` has changed.

**Is your feature request related to a problem? Please describe.** At the moment there is no official docker image for themekit. Having this would make it easier to add themekit...

**Is your feature request related to a problem? Please describe.** When I run a CI pipeline in a docker environment I can install linux/ubuntu packages via apt-get. Packages which are...

When using Git to manage theme source code, it can use auto-crlf to commit line endings as LF, but checkout with whatever the platform uses (CRLF on Windows) making diffs...

This will not work on production shopify as this was done with a local running shopify server and an experimental branch. ### What this does During deploy, watch and download,...

When running `theme download` **To Reproduce** Steps to reproduce the behavior: 1. run command 'theme download' in previously working shopify theme 2. or run command 'theme get --list' with password...