Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new --allow-live flag #65

Closed
andyw8 opened this issue Sep 2, 2020 · 3 comments · Fixed by #70 or #71
Closed

Add support for new --allow-live flag #65

andyw8 opened this issue Sep 2, 2020 · 3 comments · Fixed by #70 or #71

Comments

@andyw8
Copy link
Contributor

andyw8 commented Sep 2, 2020

node-themekit is a wrapper around themekit. Since themekit v1.1.1 there is a new --allow-flag (Shopify/themekit#739) which is not yet supported by node-themekit.

lib/utils.js would need to updated to allow usage such as:

themeKit.command('deploy', {
  allowLive: true
});
@gideonb
Copy link

gideonb commented Sep 3, 2020

In the mean time, you can pass in the 'allow-live' flag as a string:

themekit.command('deploy', {
  'allow-live': true
});

(Thanks to @willbroderick for pointing this out)

@andyw8 andyw8 mentioned this issue Sep 4, 2020
3 tasks
@andyw8 andyw8 closed this as completed in #70 Sep 4, 2020
@andyw8 andyw8 mentioned this issue Sep 4, 2020
3 tasks
@md-shuvoislam
Copy link

you just have to add --allow-live at the end of theme watch. So the full command should be

theme watch --allow-live

@Ucan7up
Copy link

Ucan7up commented May 28, 2021

theme watch --allow-live Work at my terminal . Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants