Sha256: b03a8fc1b3deaab25d1ad263e97d0d694d1341492d88b12ead59015910325681
Contents?: true
Size: 442 Bytes
Versions: 19
Compression:
Stored size: 442 Bytes
Contents
#!/usr/bin/env fish # vi: ft=fish # If we're not already in a shim environment but still tried to set up a shim, print out the re-installation warning type -t shopify > /dev/null 2>&1 if [ $status != "0" ] 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/ " end
Version data entries
19 entries across 19 versions & 1 rubygems