store auth
Authenticates the app against the specified store for store commands and stores an online access token for later reuse.
Re-run this command if the stored token is missing, expires, or no longer has the scopes you need.
Anchor to flagsFlags
The following flags are available for the store auth command:
- Anchor to --scopes <value>--scopes <value>--scopes <value>stringstringrequiredrequiredenv: SHOPIFY_FLAG_SCOPESenv: SHOPIFY_FLAG_SCOPES
Comma-separated Admin API scopes to request for the app.
- Anchor to -s, --store <value>-s, --store <value>-s, --store <value>stringstringrequiredrequiredenv: SHOPIFY_FLAG_STOREenv: SHOPIFY_FLAG_STORE
The myshopify.com domain of the store.
- Anchor to --no-color--no-color--no-colorenv: SHOPIFY_FLAG_NO_COLORenv: SHOPIFY_FLAG_NO_COLOR
Disable color output.
- Anchor to --verbose--verbose--verboseenv: SHOPIFY_FLAG_VERBOSEenv: SHOPIFY_FLAG_VERBOSE
Increase the verbosity of the output.
- Anchor to -j, --json-j, --json-j, --jsonenv: SHOPIFY_FLAG_JSONenv: SHOPIFY_FLAG_JSON
Output the result as JSON. Automatically disables color output.
Was this page helpful?