@memberjunction/cli 5.20.0 → 5.21.0

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/oclif.manifest.json +68 -68
  2. package/package.json +13 -13
@@ -1663,73 +1663,6 @@
1663
1663
  "validate.js"
1664
1664
  ]
1665
1665
  },
1666
- "sql-audit": {
1667
- "aliases": [],
1668
- "args": {},
1669
- "description": "Compare source and target databases for migration verification",
1670
- "examples": [
1671
- "<%= config.bin %> sql-audit --source \"mssql://sa:pass@host/db\" --target \"postgres://user:pass@host:5432/db\"",
1672
- "<%= config.bin %> sql-audit --source \"mssql://sa:pass@host/db\" --target \"postgres://user:pass@host:5432/db\" --output report.txt",
1673
- "<%= config.bin %> sql-audit --source \"mssql://sa:pass@host/db\" --target \"postgres://user:pass@host:5432/db\" --source-schema __mj --target-schema __mj"
1674
- ],
1675
- "flags": {
1676
- "source": {
1677
- "description": "Source database connection string (mssql://... or postgres://...)",
1678
- "name": "source",
1679
- "required": true,
1680
- "hasDynamicHelp": false,
1681
- "multiple": false,
1682
- "type": "option"
1683
- },
1684
- "target": {
1685
- "description": "Target database connection string (mssql://... or postgres://...)",
1686
- "name": "target",
1687
- "required": true,
1688
- "hasDynamicHelp": false,
1689
- "multiple": false,
1690
- "type": "option"
1691
- },
1692
- "source-schema": {
1693
- "description": "Source schema name",
1694
- "name": "source-schema",
1695
- "default": "__mj",
1696
- "hasDynamicHelp": false,
1697
- "multiple": false,
1698
- "type": "option"
1699
- },
1700
- "target-schema": {
1701
- "description": "Target schema name",
1702
- "name": "target-schema",
1703
- "default": "__mj",
1704
- "hasDynamicHelp": false,
1705
- "multiple": false,
1706
- "type": "option"
1707
- },
1708
- "output": {
1709
- "char": "o",
1710
- "description": "Save report to file",
1711
- "name": "output",
1712
- "hasDynamicHelp": false,
1713
- "multiple": false,
1714
- "type": "option"
1715
- }
1716
- },
1717
- "hasDynamicHelp": false,
1718
- "hiddenAliases": [],
1719
- "id": "sql-audit",
1720
- "pluginAlias": "@memberjunction/cli",
1721
- "pluginName": "@memberjunction/cli",
1722
- "pluginType": "core",
1723
- "strict": true,
1724
- "enableJsonFlag": false,
1725
- "isESM": true,
1726
- "relativePath": [
1727
- "dist",
1728
- "commands",
1729
- "sql-audit",
1730
- "index.js"
1731
- ]
1732
- },
1733
1666
  "sql-convert": {
1734
1667
  "aliases": [],
1735
1668
  "args": {
@@ -1815,6 +1748,73 @@
1815
1748
  "index.js"
1816
1749
  ]
1817
1750
  },
1751
+ "sql-audit": {
1752
+ "aliases": [],
1753
+ "args": {},
1754
+ "description": "Compare source and target databases for migration verification",
1755
+ "examples": [
1756
+ "<%= config.bin %> sql-audit --source \"mssql://sa:pass@host/db\" --target \"postgres://user:pass@host:5432/db\"",
1757
+ "<%= config.bin %> sql-audit --source \"mssql://sa:pass@host/db\" --target \"postgres://user:pass@host:5432/db\" --output report.txt",
1758
+ "<%= config.bin %> sql-audit --source \"mssql://sa:pass@host/db\" --target \"postgres://user:pass@host:5432/db\" --source-schema __mj --target-schema __mj"
1759
+ ],
1760
+ "flags": {
1761
+ "source": {
1762
+ "description": "Source database connection string (mssql://... or postgres://...)",
1763
+ "name": "source",
1764
+ "required": true,
1765
+ "hasDynamicHelp": false,
1766
+ "multiple": false,
1767
+ "type": "option"
1768
+ },
1769
+ "target": {
1770
+ "description": "Target database connection string (mssql://... or postgres://...)",
1771
+ "name": "target",
1772
+ "required": true,
1773
+ "hasDynamicHelp": false,
1774
+ "multiple": false,
1775
+ "type": "option"
1776
+ },
1777
+ "source-schema": {
1778
+ "description": "Source schema name",
1779
+ "name": "source-schema",
1780
+ "default": "__mj",
1781
+ "hasDynamicHelp": false,
1782
+ "multiple": false,
1783
+ "type": "option"
1784
+ },
1785
+ "target-schema": {
1786
+ "description": "Target schema name",
1787
+ "name": "target-schema",
1788
+ "default": "__mj",
1789
+ "hasDynamicHelp": false,
1790
+ "multiple": false,
1791
+ "type": "option"
1792
+ },
1793
+ "output": {
1794
+ "char": "o",
1795
+ "description": "Save report to file",
1796
+ "name": "output",
1797
+ "hasDynamicHelp": false,
1798
+ "multiple": false,
1799
+ "type": "option"
1800
+ }
1801
+ },
1802
+ "hasDynamicHelp": false,
1803
+ "hiddenAliases": [],
1804
+ "id": "sql-audit",
1805
+ "pluginAlias": "@memberjunction/cli",
1806
+ "pluginName": "@memberjunction/cli",
1807
+ "pluginType": "core",
1808
+ "strict": true,
1809
+ "enableJsonFlag": false,
1810
+ "isESM": true,
1811
+ "relativePath": [
1812
+ "dist",
1813
+ "commands",
1814
+ "sql-audit",
1815
+ "index.js"
1816
+ ]
1817
+ },
1818
1818
  "sync:file-reset": {
1819
1819
  "aliases": [],
1820
1820
  "args": {},
@@ -3539,5 +3539,5 @@
3539
3539
  ]
3540
3540
  }
3541
3541
  },
3542
- "version": "5.20.0"
3542
+ "version": "5.21.0"
3543
3543
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@memberjunction/cli",
3
3
  "type": "module",
4
- "version": "5.20.0",
4
+ "version": "5.21.0",
5
5
  "description": "MemberJunction command line tools",
6
6
  "keywords": [
7
7
  "oclif"
@@ -53,19 +53,19 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@inquirer/prompts": "^8.2.0",
56
- "@memberjunction/ai-cli": "5.20.0",
57
- "@memberjunction/codegen-lib": "5.20.0",
58
- "@memberjunction/config": "5.20.0",
59
- "@memberjunction/core": "5.20.0",
60
- "@memberjunction/installer": "5.20.0",
61
- "@memberjunction/db-auto-doc": "5.20.0",
62
- "@memberjunction/metadata-sync": "5.20.0",
63
- "@memberjunction/query-gen": "5.20.0",
64
- "@memberjunction/server-bootstrap-lite": "5.20.0",
56
+ "@memberjunction/ai-cli": "5.21.0",
57
+ "@memberjunction/codegen-lib": "5.21.0",
58
+ "@memberjunction/config": "5.21.0",
59
+ "@memberjunction/core": "5.21.0",
60
+ "@memberjunction/installer": "5.21.0",
61
+ "@memberjunction/db-auto-doc": "5.21.0",
62
+ "@memberjunction/metadata-sync": "5.21.0",
63
+ "@memberjunction/query-gen": "5.21.0",
64
+ "@memberjunction/server-bootstrap-lite": "5.21.0",
65
65
  "@memberjunction/skyway-core": "^0.5.3",
66
- "@memberjunction/sql-converter": "5.20.0",
67
- "@memberjunction/sqlserver-dataprovider": "5.20.0",
68
- "@memberjunction/testing-cli": "5.20.0",
66
+ "@memberjunction/sql-converter": "5.21.0",
67
+ "@memberjunction/sqlserver-dataprovider": "5.21.0",
68
+ "@memberjunction/testing-cli": "5.21.0",
69
69
  "@oclif/core": "^3.27.0",
70
70
  "@oclif/plugin-help": "^6.2.37",
71
71
  "@oclif/plugin-version": "^2.2.36",