meta-compare 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,8 +28,7 @@
|
|
|
28
28
|
- Column sorting
|
|
29
29
|
- CSV export
|
|
30
30
|
- KPI summary with large-font counts.
|
|
31
|
-
|
|
32
|
-
- Dark theme UI for comfortable viewing.
|
|
31
|
+
|
|
33
32
|
|
|
34
33
|
---
|
|
35
34
|
|
|
@@ -39,3 +38,10 @@ Install globally via npm:
|
|
|
39
38
|
|
|
40
39
|
```bash
|
|
41
40
|
npm install -g meta-compare
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## Usage
|
|
44
|
+
```bash
|
|
45
|
+
meta-compare compare -s <source-org-alias> -t <target-org-alias> -m ApexTrigger
|
|
46
|
+
|
|
47
|
+
```
|