Grant additional scopes to Shopify CLI

I am currently creating a oclif extension for the Shopify CLI, where it’s possible to export/import data from stores.

However, the access scope granted is very limited, and not suffient to properly export all the data I need.

Is it possible to grant additional scopes from ensureAuthenticatedAdmin or a similar function?

Hi @andershagbard

The default permissions of the CLI are limited for security reasons. The supported mechanism for this would be to create an app with the necessary scopes.

Cheers,
Nick