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.
Files changed (2) hide show
  1. package/README.md +8 -2
  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
- - Deploy metadata changes directly to the target org.
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
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meta-compare",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "A CLI tool to compare Salesforce metadata between two orgs, view KPIs, and export CSV results.",
5
5
  "main": "main.js",
6
6
  "bin": {