Update base44-cli skill to v0.0.27 (February 2, 2026)#59
Open
claude[bot] wants to merge 1 commit intomainfrom
Open
Update base44-cli skill to v0.0.27 (February 2, 2026)#59claude[bot] wants to merge 1 commit intomainfrom
claude[bot] wants to merge 1 commit intomainfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request synchronizes the base44-cli skill documentation with version 0.0.27 of the CLI source code.
Version Updated
Command Changes
1.
base44 create(project/create.ts → create.md)Change: Added positional
[name]argument as an alternative to--nameoption--nameoption--nametakes precedencenpx 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
opensubcommandbase44 dashboardtobase44 dashboard openopenas a subcommandFiles 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:
Infrastructure Changes
Not applicable (CLI source was a shallow clone)
🤖 Generated with Claude Code