Skip to content

Conversation

@claude
Copy link
Contributor

@claude claude bot commented Feb 10, 2026

Summary

  • Added new eject command for downloading existing Base44 projects to local machine
  • Updated SKILL.md to include the new eject command in the Project Management table
  • Created comprehensive reference documentation (eject.md)
  • Updated troubleshooting section with new upgrade notification command

Changes from v0.0.30 to v0.0.31

New Commands

  • base44 eject: Download the code for an existing Base44 project
    • Supports interactive project selection or --project-id flag
    • Allows specifying output path with -p, --path
    • Creates a copy of the selected project and links local code
    • Optionally installs dependencies, builds, and deploys with -y flag

Infrastructure Changes Reviewed

  • src/cli/program.ts: Added registration for the new eject command
  • src/cli/utils/upgradeNotification.ts: Changed upgrade command from npm update -g base44 to npm install -g base44@latest

Command Changes

  • project/deploy.ts: Added internal projectRoot option (not user-facing, used programmatically by eject command)

Files Updated

  • CLI_VERSION: v0.0.30 → v0.0.31
  • skills/base44-cli/SKILL.md: Added eject command to Project Management table, updated troubleshooting
  • skills/base44-cli/references/eject.md: New comprehensive reference documentation

Test plan

  • Verify SKILL.md renders correctly with new eject command entry
  • Review eject.md reference documentation for completeness
  • Confirm CLI_VERSION is updated to v0.0.31
  • Check that troubleshooting section includes upgrade notification update

🤖 Generated with Claude Code

- Added new 'eject' command for downloading existing Base44 projects
- Updated SKILL.md to include eject command in Project Management table
- Created comprehensive reference documentation for eject command
- Updated upgrade notification message in troubleshooting
- Synced CLI_VERSION from v0.0.30 to v0.0.31

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.

0 participants