Shopify CLI Docs

shopify app release

Release an app version.

Releases an existing app version. Pass the name of the version that you want to release using the --version flag.

Usage

shopify app release --version <version>

Summary

Release an app version.

Flags

  • --allow-deletes — Allows removing extensions and configuration without requiring user confirmation. For CI/CD environments, the recommended flag is --allow-updates. optional Environment: SHOPIFY_FLAG_ALLOW_DELETES.
  • --allow-updates — Allows adding and updating extensions and configuration without requiring user confirmation. Recommended option for CI/CD environments. optional Environment: SHOPIFY_FLAG_ALLOW_UPDATES.
  • --client-id <value> string — The Client ID of your app. optional Environment: SHOPIFY_FLAG_CLIENT_ID.
  • --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.
  • --version <value> string — The name of the app version to release. required Environment: SHOPIFY_FLAG_VERSION.
  • -c, --config <value> string — The name of the app configuration. optional Environment: SHOPIFY_FLAG_APP_CONFIG.
  • -f, --force — [Deprecated] Release without asking for confirmation. Equivalent to --allow-updates --allow-deletes. Use --allow-updates for CI/CD environments instead. optional Environment: SHOPIFY_FLAG_FORCE.

Official source

On this page