Sha256: 7bc645548872d2ddb6d300174b096dba9cbf22145cae5f3ccc69d118aeafd7de
Contents?: true
Size: 444 Bytes
Versions: 17
Compression:
Stored size: 444 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 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
17 entries across 17 versions & 1 rubygems