cli icon indicating copy to clipboard operation
cli copied to clipboard

Build apps, themes, and hydrogen storefronts for Shopify

Results 390 cli issues
Sort by recently updated
recently updated
newest added

Issue: https://github.com/shop/issues-api-foundations/issues/1093 ### WHY are these changes introduced? Let users to monitor the progress and completion of bulk operations directly from the CLI. ### WHAT is this pull request doing?...

### Please confirm that you have: - [x] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional...

Type: Bug
Area: @shopify/theme

### WHY are these changes introduced? - Closes https://github.com/Shopify/cli/issues/6415 This was previously stripped away but theme developers are still using this flow and are forced to pin to older versions....

### WHY are these changes introduced? This pull request updates the `shopify theme init` to consistently use `AGENTS.md` files. For consistency and compatibility, we are keeping symlinks with each editor...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

### WHY are these changes introduced? To enable importing metafield and metaobject definitions from a shop into a TOML configuration file, making it easier for developers to migrate existing custom...

### WHY are these changes introduced? This hooks the import of declarative definitions into the `import-extensions` command. It requires a selection of changes: unlike other extensions, these are never automatically...

### WHY are these changes introduced? The `app init` command has interactive prompts that are impossible to bypass. This prevents scripting and some agentic use. (Agentic use may still be...

App names should be Title Cased, and we should encourage that during `app init`. Instead of a kebab-cased random word name (`adaptive-vertical-supply`), we should default to a title cased random...

Area: @shopify/app
stale-exempt

### WHY are these changes introduced? Part of: https://github.com/shop/issues-develop/issues/21594 - We're trying to improve our local development experience for using the CLI - A good first step is being able...