Skip to content

docs: sync README with codebase#419

Draft
kfirstri wants to merge 2 commits intomainfrom
docs/sync-readme-3d92f4293e41428d0d841151cb77a2b6c64aaf0d
Draft

docs: sync README with codebase#419
kfirstri wants to merge 2 commits intomainfrom
docs/sync-readme-3d92f4293e41428d0d841151cb77a2b6c64aaf0d

Conversation

@kfirstri
Copy link
Collaborator

@kfirstri kfirstri commented Mar 16, 2026

Note

Description

This PR updates the CLI commands reference table in packages/cli/README.md to reflect commands that exist in the codebase but were missing or inaccurate in the documentation. It adds the connectors list-available command, adds three missing functions subcommands (delete, list, pull), and adjusts the description of functions deploy to be more concise.

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 connectors list-available command to the commands reference table
  • Added functions delete command entry to the commands reference table
  • Added functions list command entry to the commands reference table
  • Added functions pull command entry to the commands reference table
  • Updated functions deploy description from "Deploy local functions to Base44" to "Deploy functions to Base44"

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

None


🤖 Generated by Claude | 2026-03-17 00:00 UTC

@github-actions
Copy link
Contributor

github-actions bot commented Mar 16, 2026

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/cli@0.0.45-pr.419.e270ff0

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.45-pr.419.e270ff0"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.0.45-pr.419.e270ff0"
  }
}

Preview published to npm registry — try new features instantly!

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