Update base44-cli skill to v0.0.48 March 25, 2026#108
Open
claude[bot] wants to merge 1 commit into
Open
Conversation
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
authsub-command references:auth pull,auth push,auth password-logindeploy.mdto document auth config as a deployed resourceSKILL.mdCommon Workflows dashboard command syntaxCLI_VERSIONfrom v0.0.46 to v0.0.48Changes
New commands (hidden, added between v0.0.45 and v0.0.48)
base44 auth pull- pulls auth config from Base44 to local filebase44 auth push- pushes local auth config to Base44 (with --yes flag)base44 auth password-login enable/disable- toggles username & password authentication locallyUpdated references
deploy.md- auth config now appears in the "What It Deploys" list and deploy sequenceSKILL.md- added Auth Config Management section; fixed dashboard open syntax; added auth config to deploy workflowInfrastructure changes (no user-facing impact)
All other changed files were internal refactoring (migrating from runCommand wrapper to Base44Command middleware pattern) with no option or behavior changes.
Test plan
npx base44 auth pullfetches and writes local auth confignpx base44 auth push -ypushes local auth config without promptnpx base44 auth password-login enableupdates local config and reminds to pushnpx base44 deployshows auth config in deployment summary when auth dir existsnpx base44 dashboard openopens browserGenerated with Claude Code