@bonnard/cli 0.2.1 → 0.2.3

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.
@@ -63,7 +63,6 @@ All tables are in the `contoso` schema. The datasource is named `contoso_demo`.
63
63
  | `bon datasource add` | Add warehouse connection |
64
64
  | `bon datasource add --demo` | Add demo dataset (no warehouse needed) |
65
65
  | `bon datasource add --from-dbt` | Import from dbt profiles |
66
- | `bon datasource test <name>` | Test connection (requires login) |
67
66
  | `bon validate` | Validate YAML syntax, warn on missing descriptions and `data_source` |
68
67
  | `bon deploy -m "message"` | Deploy to Bonnard (requires login, message required) |
69
68
  | `bon deploy --ci` | Non-interactive deploy (fails on missing datasources) |
@@ -73,6 +72,9 @@ All tables are in the `contoso` schema. The datasource is named `contoso_demo`.
73
72
  | `bon query '{...}'` | Execute a semantic layer query (JSON or `--sql` format) |
74
73
  | `bon mcp` | Show MCP setup instructions for AI agents |
75
74
  | `bon docs` | Browse documentation |
75
+ | `bon metabase connect` | Connect to a Metabase instance (API key) |
76
+ | `bon metabase analyze` | Generate analysis report for semantic layer planning |
77
+ | `bon metabase explore` | Browse Metabase databases, collections, cards, dashboards |
76
78
 
77
79
  ## Learning YAML Syntax
78
80
 
@@ -102,6 +104,7 @@ Topics follow dot notation (e.g., `cubes.dimensions.time`). Use `--recursive` to
102
104
  6. **Review** — `bon deployments` to list, `bon diff <id>` to inspect changes
103
105
 
104
106
  For a guided walkthrough: `/bonnard-get-started`
107
+ For projects migrating from Metabase: `/bonnard-metabase-migrate`
105
108
 
106
109
  ## Deployment & Change Tracking
107
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonnard/cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "bon": "./dist/bin/bon.mjs"