Sha256: 6f354993981d9c439faad5ba4036d78476a20b7c6629febcb51cf20c3c09b9c2
Contents?: true
Size: 423 Bytes
Versions: 19
Compression:
Stored size: 423 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.github.io/shopify-app-cli/migrate/ " fi
Version data entries
19 entries across 19 versions & 1 rubygems