Shopify CLI Docs

shopify app build

Build the app, including extensions.

This command executes the build script specified in the element's TOML file. You can specify a custom script in the file. To learn about configuration files in Shopify apps, refer to App configuration.

If you're building a theme app extension, then running the build command runs Theme Check against your extension to ensure that it's valid.

Usage

shopify app build [flags]

Summary

Build the app, including extensions.

Flags

  • --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.
  • --skip-dependencies-installation — Skips the installation of dependencies. Deprecated, use workspaces instead. optional Environment: SHOPIFY_FLAG_SKIP_DEPENDENCIES_INSTALLATION.
  • --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.

Official source

On this page