Getting started with the Shopify CLI (theme development)

Поділитися
Вставка
  • Опубліковано 15 січ 2023
  • In this video we go through the basics of the Shopify CLI.
    Installation docs: shopify.dev/themes/tools/cli/...
  • Наука та технологія

КОМЕНТАРІ • 36

  • @tomaszposiadaa5174
    @tomaszposiadaa5174 Рік тому +3

    Thanks Robby, I like your teaching style! Fast, to the point and very knowledgeable! Keep at it!

  • @leowynjoseph4001
    @leowynjoseph4001 Рік тому +4

    Hey Robby,
    Great to see you again 😊

  • @AbelsColdSweat
    @AbelsColdSweat Рік тому

    Really appreciate and hope for more Shopify videos! Thx!

  • @leanprogrammer
    @leanprogrammer Рік тому

    These videos are so helpful! keep it up!

  • @alcuinodeyork
    @alcuinodeyork Рік тому

    Great tutorial! Thank you for this. You just got a new sub 👌🏼

  • @dannydiscovers
    @dannydiscovers Рік тому +1

    Hi Robby, your videos are great - keep posting! You're improving every time

  • @pullmanization
    @pullmanization Рік тому +1

    Dig the quick videos, perfect for my style of learning. Only thing I'm missing is the terminals. Can't find any good content on Terminals, I have Git CMD? Is that the same as Terminal?

  • @mike3999
    @mike3999 10 місяців тому

    Thank you for this. Just getting started using the CLI (and shopify to be honest) so sorry if this is a silly question. Assuming I never want to push to the live site, the part that I was hoping for a little more clarity on was if I make changes as per your video, then I make changes via the customise section inside shopify admin (page sections, blocks, layout etc) is all of this data tied to the theme or is any of it outside the scope of the theme? I just don't want to be changing things in one place, push a change or pull a copy of the theme and overwrite something.
    I'm guessing I should work on one or the other and push/pull depending on what I just updated each time?
    Thanks again.. great content!

  • @codescript8940
    @codescript8940 Рік тому +1

    Thank you so so much. I have been trying to wrap my head around shopify theme development but to no avail. After watching the video I am now beginning to feel confident and assured that I am on the right track. Please if you could create a Udemy course or something on Shopify theme development, it will be great.

  • @seankim3472
    @seankim3472 Рік тому

    Thanks Robby, I can't see the product image locally?I think it's designated as a relative path, is there a way to check the image locally?

  • @GrantEmerson-nu9gn
    @GrantEmerson-nu9gn 3 місяці тому

    Thanks for the video!

  • @thebenkalungi
    @thebenkalungi Рік тому

    Thanks for the video

  • @richardb8446
    @richardb8446 Рік тому

    Great video. You forgot to add ‘ -u’ at the end of ‘shopify theme push’, that’s why you didn’t see your new theme at Shopify

  • @richardleetulio7441
    @richardleetulio7441 6 місяців тому

    on shopify push will the json templates gonna be updated too..?

  • @maheshappaji1273
    @maheshappaji1273 Рік тому

    my entire output is different when I use cli, sometimes the images will be bigger than the desired size
    please help me

  • @fazaljarral2792
    @fazaljarral2792 Рік тому

    How did you authenticate with the shop?

  • @FreelanceFadi
    @FreelanceFadi 9 місяців тому +1

    At 9:04 I believe you should have used "shopify theme share" to upload your development theme as a new, unpublished theme in your theme library.

  • @ufess1620
    @ufess1620 10 місяців тому

    hello,
    whenever I do this i have an "bundle install" error. Any solution to this

  • @webmaster246
    @webmaster246 8 місяців тому

    @Coding with Robby do you have advanced course for CLI on Udemy or any relevant platform to support you ?

  • @webok
    @webok 11 місяців тому

    Hey Robby have you fully switched over to Shopify CLI now? Just curious, thanks for all the great content.

    • @codingwithrobby
      @codingwithrobby  11 місяців тому +1

      Hello! Yes, I’ve been using it on all new projects. I don’t bother converting old projects though, Themekit still works good for those.

    • @webok
      @webok 11 місяців тому

      @@codingwithrobby Ya that makes perfect sense. Again, really appreciate the videos.

  • @KinixDigital
    @KinixDigital 5 місяців тому

    Thank you. Are you available to do theme development work as well?

    • @codingwithrobby
      @codingwithrobby  5 місяців тому +1

      Occasionally, send me an email and I’ll let you know if it’s something I can help you with.

  • @vishvajitkumar9497
    @vishvajitkumar9497 Рік тому

    theme kit not working on my Linux system

    • @codingwithrobby
      @codingwithrobby  Рік тому

      This video uses the Shopify cli which is separate from theme kit

  • @amitj5451
    @amitj5451 Рік тому

    Want to see Shopify app development tutorial from your end please it's a humble request❤️❤️❤️❤️❤️❤️❤️

  • @user-br3nu8qh4i
    @user-br3nu8qh4i Рік тому

    Hi @robby i'm trying to develope my web on local machine but when im trying these all steps in command " To run this command, log in to Shopify Partners." can you confirm me its just work with shopify partner account?

  • @Kira-eb2vw
    @Kira-eb2vw Рік тому

    can you show me how to use product.compare_at_price? I was planning to add a sale banner for products on sale and no banner for products not onsale and I got stock

    • @joaopraia8464
      @joaopraia8464 Рік тому

      Try first checking whether the product is on sale and wrap it around your action {% if product.compare_at_price > product.price %} --> do something {% elif %} --> do something else

    • @Kira-eb2vw
      @Kira-eb2vw Рік тому

      @@joaopraia8464 yeah I already figured that out after the comment