We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shopify
Authenticate the Shopify CLI using an Authentication Token so users can authenticate into their Shopify account from the CLI and build apps/themes.
There are three main uses for the Shopify CLI, outlined here:
It seems that authentication is only needed for the first two (apps and themes). Shopify uses OAuth to authenticate into your account. However, it seems that they also support authentication tokens. More information can be found at https://shopify.dev/docs/apps/tools/cli/ci-cd and https://shopify.dev/docs/themes/tools/cli/ci-cd for apps and themes respectively.
The text was updated successfully, but these errors were encountered:
feat: 1Password#201 Adding shopify plugin
98153a2
feat: 1Password#201 Completed TODO tasks, tidied tests
d475bf1
feat: 1Password#201 Removed TODO comment
151d073
Successfully merging a pull request may close this issue.
Platform or tool
Shopify
Relevant links
Goal or desired behavior
Authenticate the Shopify CLI using an Authentication Token so users can authenticate into their Shopify account from the CLI and build apps/themes.
Contribution
Additional information
There are three main uses for the Shopify CLI, outlined here:
It seems that authentication is only needed for the first two (apps and themes). Shopify uses OAuth to authenticate into your account. However, it seems that they also support authentication tokens. More information can be found at https://shopify.dev/docs/apps/tools/cli/ci-cd and https://shopify.dev/docs/themes/tools/cli/ci-cd for apps and themes respectively.
The text was updated successfully, but these errors were encountered: