Skip to content

Commit ec867ef

Browse files
Remove deprecated shopify app scaffold extension command
The `shopify app scaffold extension` command was a hidden alias for `shopify app generate extension`, deprecated long ago. The file was already unregistered from the CLI command map (`pnpm shopify app:scaffold:extension` returns 'command not found'), so this change just deletes the orphaned source.
1 parent f23fe6c commit ec867ef

2 files changed

Lines changed: 5 additions & 25 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/app': major
3+
---
4+
5+
Remove the deprecated `shopify app scaffold extension` command. Use `shopify app generate extension` instead. (The command was already unregistered from the CLI command map but the file remained on disk; this change deletes the orphaned source file.)

packages/app/src/cli/commands/app/scaffold/extension.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)