--- title: hydrogen customer-account-push description: Push project configuration to admin api_name: shopify-cli source_url: html: >- https://shopify.dev/docs/api/shopify-cli/hydrogen/hydrogen-customer-account-push md: >- https://shopify.dev/docs/api/shopify-cli/hydrogen/hydrogen-customer-account-push.md --- # hydrogen customer-account-push Push project configuration to admin ## Flags The following flags are available for the `hydrogen customer-account-push` command: * **--dev-origin \** **string** **required** The development domain of your application. * **--path \** **string** **env: SHOPIFY\_HYDROGEN\_FLAG\_PATH** The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. * **--relative-logout-uri \** **string** The relative url of allowed url that will be redirected to post-logout for Customer Account API OAuth flow. Default to nothing. * **--relative-redirect-uri \** **string** The relative url of allowed callback url for Customer Account API OAuth flow. Default is '/account/authorize' * **--storefront-id \** **string** The id of the storefront the configuration should be pushed to. Must start with 'gid://shopify/HydrogenStorefront/' Examples ### Examples * #### hydrogen customer-account-push ##### hydrogen customer-account-push ```bash shopify hydrogen customer-account-push [flags] ```