chore: remove deprecated commands and clean up dead code for v1.0.0#40
chore: remove deprecated commands and clean up dead code for v1.0.0#40revanth0212 wants to merge 4 commits intomainfrom
Conversation
|
The tests are broken: but the Please either remove this test file as part of the dead-code cleanup, or restore a minimal hello command if it’s still desired. |
|
Update index command description The description "Spin up an Adobe Commerce Storefront on EDS using this CLI tool" is from the old init-based workflow. Now that the plugin only exposes |
| [Unreleased]: https://github.com/adobe-commerce/aio-cli-plugin-commerce/compare/1.0.0...HEAD | ||
| [1.0.0]: https://github.com/adobe-commerce/aio-cli-plugin-commerce/compare/0.7.0...1.0.0 |
There was a problem hiding this comment.
Minor: The compare link for 1.0.0 points to .../compare/1.0.0...HEAD. Once this PR is merged, that’s correct. If you version from a tag (e.g. v1.0.0), you might use v1.0.0 in the link for consistency with other entries. Only if your release process uses a v prefix.
Summary
commerce initcommand and all init-only utilities (initialization.js,github.js,content.js,preview.js,openBrowser.js,mesh.js,configs.js,importer.js,mdast/,fetchWithRetry.js,sleep.js)commerce devcommand and placeholdercommerce testcommandselectOrganizationfromdevConsole.js,readEnvFile/writeEnvFilefromenvFile.jsjsdomdependency (only used by deleted init utilities)ghCLI prerequisite, init-specific troubleshooting, API Mesh references, and Templates section1.0.0entry documenting all removals21 files changed — 20,113 lines removed
After this PR, the plugin's commands are:
aio commerce extensibility app-setupaio commerce extensibility tools-setupTest plan
aio commerce extensibility app-setupstill works correctlyaio commerce extensibility tools-setupstill works correctlyaio commerce init,aio commerce dev, andaio commerce testare no longer availablenpm testto ensure no broken imports or references