Skip to content

Docs: Update README#261

Open
adamfri wants to merge 4 commits intomainfrom
docs-readme-update
Open

Docs: Update README#261
adamfri wants to merge 4 commits intomainfrom
docs-readme-update

Conversation

@adamfri
Copy link
Collaborator

@adamfri adamfri commented Feb 17, 2026

Note

Description

This PR updates the README command table to reflect the current state of the CLI. It adds four commands that were missing or previously commented out (eject, connectors pull, connectors push, types generate), removes the outdated commented-out eject placeholder, and adds a trailing newline to the file.

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

  • Added eject command row to the command reference table (was previously commented out)
  • Added connectors pull and connectors push command rows to the command reference table
  • Added types generate command row to the command reference table
  • Removed the stale <!-- ... --> commented-out eject placeholder and surrounding blank lines
  • Added trailing newline at end of file

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 docs/ (AGENTS.md) if I made architectural changes

Additional Notes

Documentation-only change. No functional code was modified.


🤖 Generated by Claude | 2026-02-19 00:00 UTC

@github-actions
Copy link
Contributor

github-actions bot commented Feb 17, 2026

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/cli@0.0.33-pr.261.cbb005c

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.33-pr.261.cbb005c"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.0.33-pr.261.cbb005c"
  }
}

Preview published to npm registry — try new features instantly!

@claude
Copy link

claude bot commented Feb 17, 2026

README check ran. 4 issues found and applied: Added missing commands (eject, connectors pull, connectors push, types generate). README.md has been updated in this branch.

@kfirstri kfirstri moved this from Backlog to Done in CLI Development Feb 18, 2026
@claude
Copy link

claude bot commented Feb 19, 2026

README check ran. 4 issue(s) found and applied: added missing connectors pull, connectors push, and types generate commands to the command table; un-commented eject and corrected its description. README.md has been updated in this branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant

Comments