Sha256: d804051382dae288123c3e073819f60be43ced495d5227acc0ae21b587ab789d
Contents?: true
Size: 467 Bytes
Versions: 12
Compression:
Stored size: 467 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.dev/tools/cli/troubleshooting#migrate-from-a-legacy-version " end
Version data entries
12 entries across 12 versions & 1 rubygems