Skip to content

Commit 4fa54bd

Browse files
Merge pull request #88 from NerioVillalobos/codex/fix-error-in-test-execution
Codex/fix error in test execution
2 parents 86cbf61 + 7da7c96 commit 4fa54bd

16 files changed

Lines changed: 4863 additions & 138 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **Last update / Última actualización:** 2026-03-23`@nervill/metadelta` 0.12.3
1+
> **Last update / Última actualización:** 2026-03-25`@nervill/metadelta` 0.11.0
22
33
# Metadelta Salesforce CLI Plugin
44

@@ -48,7 +48,7 @@ Created by **Nerio Villalobos** (<nervill@gmail.com>).
4848
```bash
4949
sf plugins install github:NerioVillalobos/plugin-metadelta.git
5050
```
51-
Confirm installation with `sf plugins`, which should list `@nervill/metadelta 0.12.3`.
51+
Confirm installation with `sf plugins`, which should list `@nervill/metadelta 0.11.0`.
5252

5353
3. (Optional, for local development) Clone this repository and install dependencies:
5454
```bash
@@ -61,7 +61,7 @@ Created by **Nerio Villalobos** (<nervill@gmail.com>).
6161
npm run build
6262
sf plugins link .
6363
```
64-
Confirm installation with `sf plugins`, which should list `@nervill/metadelta 0.12.3 (link)`.
64+
Confirm installation with `sf plugins`, which should list `@nervill/metadelta 0.11.0 (link)`.
6565

6666
### Usage
6767

docs/Error2/lib/commands/metadelta/task/play.js

Lines changed: 956 additions & 0 deletions
Large diffs are not rendered by default.

docs/Error2/lib/utils/task/orchestrator.js

Lines changed: 418 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)