Shopify / shopify_theme

A console tool for interacting with Shopify Theme Assets.
http://shopify.github.io/shopify_theme
MIT License
645 stars 135 forks source link

Cli conflict with Shopify theme kit #236

Open oliverbenns opened 7 years ago

oliverbenns commented 7 years ago

Hi guys,

Starting a new Shopify project and will do as you advise and move over to Shopify theme kit.

However I have another project that depends on this tool still.

The problem I have is that they both start with theme, and right now only this ruby gem is picked up theme I write theme. Actually, I get an error right now:

/Users/oliver/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http.rb:882:in `rescue in block in connect': Failed to open TCP connection to --themeid=0000000:443 (getaddrinfo: nodename nor servname provided, or not known) (SocketError)

How can have I have both installed with one with an alias name? Would this fix this?

Thanks