Sign inSign up

dylansmith/shopify-cli

By dylansmith

•Updated over 3 years ago

A lightweight Shopify CLI container intended for CI, based on ruby:3-alpine

Image
2

10K+

dylansmith/shopify-cli repository overview

⁠dylansmith/shopify-cli

⁠Description

A lightweight Shopify CLI container intended for CI, based on ruby:3-alpine.

This docker image can be used in CI environment to run Shopify CLI commands such as Theme Check⁠ and many others. For the full Shopify CLI reference, see https://shopify.dev/themes/tools/cli/⁠.

⁠Usage example

From your terminal:

$ docker run -it --rm dylansmith/shopify-cli:2.22.0 shopify version
2.22.0

In CI (example based on CircleCI configuration):

version: 2.1

executors:
  shopify:
    resource_class: small
    docker:
      - image: dylansmith/shopify-cli:2.22.0

jobs:
  theme_check:
    executor: shopify
    steps:
      - checkout
      - run: shopify theme check

...

Tag summary

Content type

Image

Digest

sha256:1dcdf589a…

Size

143 MB

Last updated

over 3 years ago

docker pull dylansmith/shopify-cli