Skip to content

Type Command: Show in the help menu#244

Merged
kfirstri merged 2 commits intomainfrom
types-generate-command-visiblity
Feb 15, 2026
Merged

Type Command: Show in the help menu#244
kfirstri merged 2 commits intomainfrom
types-generate-command-visiblity

Conversation

@kfirstri
Copy link
Collaborator

@kfirstri kfirstri commented Feb 15, 2026

Note

Description

This PR makes the types command visible in the CLI help menu by removing the hidden: true option. 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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Other (please describe):

Changes Made

  • Removed { hidden: true } option from the types command registration in src/cli/program.ts
  • The base44 types command is now visible when users run base44 --help

Testing

  • I have tested these changes locally
  • I have added/updated tests as needed
  • All tests pass (npm test)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have updated AGENTS.md if I made architectural changes

Additional Notes

This is a simple visibility change that makes an existing feature more discoverable. The dev command remains hidden as intended.


🤖 Generated by Claude | 2026-02-15 12:43 UTC

@kfirstri kfirstri self-assigned this Feb 15, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 15, 2026

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/cli@0.0.31-pr.244.4327122

Prefer not to change any import paths? Install using npm alias so your code still imports base44:

npm i "base44@npm:@base44-preview/cli@0.0.31-pr.244.4327122"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.0.31-pr.244.4327122"
  }
}

Preview published to npm registry — try new features instantly!

@claude
Copy link

claude bot commented Feb 15, 2026

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.

@claude
Copy link

claude bot commented Feb 15, 2026

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.

@kfirstri kfirstri merged commit 6bd95ec into main Feb 15, 2026
9 checks passed
@kfirstri kfirstri deleted the types-generate-command-visiblity branch February 15, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant