Sha256: fe6e596181a952f67a5b64370c9176a52e81daa1b45ec275aa85eec9568f6af1

Contents?: true

Size: 448 Bytes

Versions: 12

Compression:

Stored size: 448 Bytes

Contents

#!/bin/sh

# If we're not already in a shim environment but still tried to set up a shim, print out the re-installation warning
typeset -f shopify > /dev/null 2>&1
if [ "$?" != "0" ]; then
  echo "This version of Shopify App CLI is no longer supported. You’ll need to migrate to the new CLI version to continue.

Please visit this page for complete instructions:
  https://shopify.dev/tools/cli/troubleshooting#migrate-from-a-legacy-version
"
fi

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
shopify-cli-1.14.0 shopify.sh
shopify-cli-1.13.1 shopify.sh
shopify-cli-1.13.0 shopify.sh
shopify-cli-1.12.0 shopify.sh
shopify-cli-1.11.0 shopify.sh
shopify-cli-1.10.0 shopify.sh
shopify-cli-1.9.1 shopify.sh
shopify-cli-1.9.0 shopify.sh
shopify-cli-1.8.0 shopify.sh
shopify-cli-1.7.1 shopify.sh
shopify-cli-1.7.0 shopify.sh
shopify-cli-1.6.0 shopify.sh