You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor metafields pull command to use ThemeCommand's run method
Previously `theme metafields pull` command implemented its own
`run` logic. This commit refactors `metafields pull` to use
ThemeCommand's base `run()` method. This will help
to standardize command architecture and allow for
out of the box authentication and environments support
0 commit comments