Shopify / shopify-api-ruby

ShopifyAPI is a lightweight gem for accessing the Shopify admin REST and GraphQL web services.
MIT License
1.06k stars 473 forks source link

Update CLI env variable names #1161

Closed paulomarg closed 1 year ago

paulomarg commented 1 year ago

Description

With https://github.com/Shopify/cli/pull/1789, the CLI will deprecate some env var names. While they will still be present so previous apps won't break, we should migrate new apps as soon as possible to the new format.

This PR adds support for the new variable names, but falls back to the current ones so it won't affect existing apps.

Checklist:

paulomarg commented 1 year ago

We've decided to close this for now since we might want to take a slightly different approach in the future!