Conversation
🚀 Package Preview Available!Install this PR's preview build with npm: npm i @base44-preview/cli@0.0.31-pr.244.4327122Prefer not to change any import paths? Install using npm alias so your code still imports npm i "base44@npm:@base44-preview/cli@0.0.31-pr.244.4327122"Or add it to your {
"dependencies": {
"base44": "npm:@base44-preview/cli@0.0.31-pr.244.4327122"
}
}
Preview published to npm registry — try new features instantly! |
|
README check ran. 5 discrepancies found: (1) eject command is commented out but exists in code, (2) connectors pull subcommand missing, (3) connectors push subcommand missing, (4) types generate subcommand missing, (5) several command descriptions need updating to match code. README.md needs manual update. |
|
README check ran. 4 issues found: (1) Missing connectors pull/push commands, (2) Missing types generate command, (3) eject command commented out but exists in code, (4) Several command descriptions outdated. README.md needs to be updated to match the current CLI commands. |
Note
Description
This PR makes the
typescommand visible in the CLI help menu by removing thehidden: trueoption. The types command generates TypeScript definitions for project entities and has been functional, but was previously hidden from users browsing available commands.Related Issue
None
Type of Change
Changes Made
{ hidden: true }option from the types command registration insrc/cli/program.tsbase44 typescommand is now visible when users runbase44 --helpTesting
npm test)Checklist
Additional Notes
This is a simple visibility change that makes an existing feature more discoverable. The
devcommand remains hidden as intended.🤖 Generated by Claude | 2026-02-15 12:43 UTC