docs(base44-cli): custom domain commands - #132
Open
netanelgilad wants to merge 3 commits into
Open
Conversation
Add a "Custom Domains" section covering `base44 domains add/list/remove`: the CNAME record the user adds, the `--wait` flag that polls until the hostname + TLS certificate are active, and that TLS auto-issues once the CNAME resolves. Notes the production-deployment dependency and that domains follow promote/rollback. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DvhQfqxACcq25XAQRpoSh9
Add an "App Slug" section (mirroring the Custom Domains style) covering `base44 slug`, `slug set <slug>`, and `slug reset`: the slug is the app's public subdomain (production URL follows it for full-stack apps), reset returns to the auto-generated slug, taken slugs come back with alternative suggestions. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DvhQfqxACcq25XAQRpoSh9
Agents in base44/agents/*.jsonc accept an optional model field, but the skill never said which ids are supported — agents guessing a vendor id (e.g. anthropic/claude-sonnet-4-20250514) got a silent deploy and a 404 at first chat. Add an Agent models note: omit model for the platform default (recommended), the supported ids when pinning, and that deploy now rejects unknown ids with a 400 listing the supported set. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DvhQfqxACcq25XAQRpoSh9
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.
What
Documents the new
base44 domainscommand family in thebase44-cliskill (skills/base44-cli/SKILL.md), added as part of the full-stack hosting POC on Cloudflare Workers for Platforms.New "Custom Domains" section under Site Management covers:
base44 domains add <hostname> [--wait],base44 domains list,base44 domains remove <hostname> [-y]--wait— polls (2s interval) until the hostname + TLS certificate are activelistre-fetching live status, and domains following promote/rollbackRelated
base44 domains add/list/remove)🤖 Generated with Claude Code
https://claude.ai/code/session_01DvhQfqxACcq25XAQRpoSh9
Generated by Claude Code