Shopify CLI Docs

shopify hydrogen customer-account-push

Push project configuration to admin

Push project configuration to admin

Usage

shopify hydrogen customer-account-push [flags]

Summary

Push project configuration to admin

Flags

  • --dev-origin <value> string — The development domain of your application. required
  • --path <value> string — The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. optional Environment: SHOPIFY_HYDROGEN_FLAG_PATH.
  • --relative-logout-uri <value> string — The relative url of allowed url that will be redirected to post-logout for Customer Account API OAuth flow. Default to nothing. optional
  • --relative-redirect-uri <value> string — The relative url of allowed callback url for Customer Account API OAuth flow. Default is '/account/authorize' optional
  • --storefront-id <value> string — The id of the storefront the configuration should be pushed to. Must start with 'gid://shopify/HydrogenStorefront/' optional

Official source

On this page