Skip to content

Update base44-cli skill to v0.0.27 (February 2, 2026)#59

Open
claude[bot] wants to merge 1 commit intomainfrom
update-base44-cli-v0.0.27
Open

Update base44-cli skill to v0.0.27 (February 2, 2026)#59
claude[bot] wants to merge 1 commit intomainfrom
update-base44-cli-v0.0.27

Conversation

@claude
Copy link
Contributor

@claude claude bot commented Feb 2, 2026

Summary

This pull request synchronizes the base44-cli skill documentation with version 0.0.27 of the CLI source code.

Version Updated

  • Previous: v0.0.26
  • Current: v0.0.27

Command Changes

1. base44 create (project/create.ts → create.md)

Change: Added positional [name] argument as an alternative to --name option

  • The command now accepts name via positional argument OR --name option
  • If both are provided, --name takes precedence
  • Updated documentation to show both syntax forms
  • Examples:
    • npx base44 create my-app -p ./my-app
    • npx base44 create --name my-app -p ./my-app

2. base44 dashboard (dashboard/open.ts → dashboard.md)

Change: Corrected command syntax to include open subcommand

  • Updated from base44 dashboard to base44 dashboard open
  • The dashboard command is a parent command with open as a subcommand
  • Corrected examples and command reference table

Files Updated

  • CLI_VERSION (v0.0.26 → v0.0.27)
  • skills/base44-cli/references/create.md (documented new positional argument)
  • skills/base44-cli/references/dashboard.md (corrected command syntax)
  • skills/base44-cli/SKILL.md (updated command table and examples)

Commands with No Changes

All other commands remain unchanged:

  • deploy (project/deploy.ts)
  • link (project/link.ts)
  • login, logout, whoami (auth)
  • entities push
  • functions deploy
  • site deploy
  • agents push, agents pull

Infrastructure Changes

Not applicable (CLI source was a shallow clone)

🤖 Generated with Claude Code

This update synchronizes the CLI skill documentation with version 0.0.27 of the base44-cli source code.

## Changes

### create.md
- Documented the new positional `[name]` argument
- Added `--name` option as an alternative to the positional argument
- Updated syntax examples to show both methods
- Clarified that `--name` takes precedence over positional argument

### dashboard.md
- Updated command syntax from `base44 dashboard` to `base44 dashboard open`
- Corrected examples to use the proper subcommand syntax

### SKILL.md
- Updated command reference table to show `base44 dashboard open`
- Updated quick start example to use correct dashboard command

### CLI_VERSION
- Updated from v0.0.26 to v0.0.27

## Summary
- Commands with changes: 2 (create, dashboard)
- Commands with no changes: 10
- Infrastructure changes: N/A (shallow clone)

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