Skip to content

Update all CLI references to use npx base44@latest#82

Open
netanelgilad wants to merge 2 commits intomainfrom
claude/issue-81-20260217-0743
Open

Update all CLI references to use npx base44@latest#82
netanelgilad wants to merge 2 commits intomainfrom
claude/issue-81-20260217-0743

Conversation

@netanelgilad
Copy link
Contributor

Summary

Updates all Base44 CLI skill documentation to use npx base44@latest instead of npx base44, ensuring agents always run the most recent version of the Base44 CLI.

Changes

  • Replace all occurrences of 'npx base44' with 'npx base44@latest' across 24 files
  • Add prominent instructions in SKILL.md about always using @latest
  • Update authentication check examples
  • Update all command examples in Quick Start and Common Workflows

Fixes #81

🤖 Generated with Claude Code

- Replace all occurrences of 'npx base44' with 'npx base44@latest'
- Add prominent instructions in SKILL.md about always using @latest
- Update all 24 files across skills and references
- Ensures agents always run the most recent version of base44 CLI

Co-authored-by: Netanel Gilad <netanelgilad@users.noreply.github.com>
@netanelgilad
Copy link
Contributor Author

@claude you did stuff like npx base44@latestcreate, fix those, there should be a space between the latest and the command

@claude
Copy link
Contributor

claude bot commented Feb 17, 2026

Claude finished @netanelgilad's task in 3m 33s —— View job


Fixing spacing issues

  • Search for instances of @latest without space before command
  • Fix all occurrences (fixed 113+ instances across 24 files)
  • Commit and push changes

Summary

Successfully fixed all instances where @latest was concatenated directly with command names (missing space). Changed patterns like:

  • npx base44@latestcreatenpx base44@latest create
  • npx base44@latestdeploynpx base44@latest deploy
  • npx base44@latestloginnpx base44@latest login
  • And many more...

All 24 files in the PR now have correct spacing for all CLI command examples.

--- | Branch: claude/issue-81-20260217-0743

@claude
Copy link
Contributor

claude bot commented Feb 17, 2026

README check ran. README is up to date.

Added missing space between @latest and command names throughout
the documentation. Changed patterns like `npx base44@latestcreate`
to `npx base44@latest create` for proper CLI syntax.

Co-authored-by: Netanel Gilad <netanelgilad@users.noreply.github.com>
@claude
Copy link
Contributor

claude bot commented Feb 17, 2026

README check ran. README is up to date.

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.

use latest version

1 participant