shopify app env pull
Pull app and extensions environment variables.
Creates or updates an .env files that contains app and app extension environment variables.
When an existing .env file is updated, changes to the variables are displayed in the terminal output. Existing variables and commented variables are preserved.
Usage
shopify app env pull [flags]Summary
Pull app and extensions environment variables.
Flags
--client-id <value>string— The Client ID of your app. optional Environment:SHOPIFY_FLAG_CLIENT_ID.--env-file <value>string— Specify an environment file to update if the update flag is set optional Environment:SHOPIFY_FLAG_ENV_FILE.--no-color— Disable color output. optional Environment:SHOPIFY_FLAG_NO_COLOR.--path <value>string— The path to your app directory. optional Environment:SHOPIFY_FLAG_PATH.--reset— Reset all your settings. optional Environment:SHOPIFY_FLAG_RESET.--verbose— Increase the verbosity of the output. optional Environment:SHOPIFY_FLAG_VERBOSE.-c, --config <value>string— The name of the app configuration. optional Environment:SHOPIFY_FLAG_APP_CONFIG.