Commit 253c1e9
authored
@W-20893788 Complete MRT API coverage with reorganized command structure (#59)
* updated mrt commands and b2c target types
* normalize cloud origin config loading from dw.json source
* topic realignment
* refactoring bundle topics and descriptions
* mrt docs update
* fix: update listBundles test to use new API signature and fix lint errors
- Update push.test.ts to use the new listBundles({projectSlug}, auth) signature
- Change import style in download.ts to use named imports per eslint rules
* chore: add changeset for MRT command reorganization
* Add tests for new MRT commands
- Add tests for bundle commands (deploy, list, history, download)
- Add tests for project commands (list, get, create, update, delete)
- Add tests for project member commands (list, add)
- Add tests for project notification commands (list)
- Add tests for env commands (get, list, update)
- Add tests for user commands (profile, api-key)
- Add tests for org commands (list, b2c)
- Remove obsolete mrt/push.test.ts (command restructured to bundle/deploy)
Tests follow the patterns introduced in main branch using
createIsolatedConfigHooks, stubParse, and sinon for mocking.1 parent c35f3a7 commit 253c1e9
88 files changed
Lines changed: 11833 additions & 517 deletions
File tree
- .changeset
- docs/cli
- packages
- b2c-cli
- src/commands/mrt
- bundle
- env
- access-control
- redirect
- org
- project
- member
- notification
- user
- test/commands/mrt
- bundle
- env
- org
- project
- member
- notification
- user
- b2c-tooling-sdk
- specs
- src
- clients
- cli
- config
- operations/mrt
- test/operations/mrt
- plugins/b2c-cli/skills/b2c-mrt
- references
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments