Update base44-cli skill to v0.0.38 March 5, 2026#97
Open
claude[bot] wants to merge 1 commit intomainfrom
Open
Conversation
- Remove outdated note that secrets commands are hidden from --help (they are now visible) - Update functions deploy error output format to use bullet-pointed details - Bump CLI_VERSION from v0.0.35-6-g0f89a25 to v0.0.38 Co-Authored-By: Claude Sonnet 4.6 <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
--help— they are now shown in the help output as of v0.0.38• 'fn': error message)v0.0.35-6-g0f89a25→v0.0.38Changes detected (v0.0.35-6-g0f89a25 → v0.0.38)
Command files changed:
src/cli/commands/dev.ts— internal refactoring (no user-facing changes)src/cli/commands/functions/deploy.ts— error format now uses structureddetailsarraysrc/cli/commands/project/create.ts— internal dependency change (lodash.kebabcase→lodash/kebabCase)src/cli/commands/project/eject.ts— same internal dependency changeInfrastructure changes:
src/cli/program.ts— secrets commands no longer registered ashidden: truesrc/cli/utils/runCommand.ts+theme.ts— newdisplayError()function shows details as bullet listTest plan
npx base44 secrets listappears in--helpoutputfunctions deployfailures shows bullet-pointed details🤖 Generated with Claude Code