manage.sh: add update command and document cloud-rebuild pattern #27
Labels
No labels
a11y
backlog
blocked
bug
cf-core-dep
design
enhancement
infrastructure
internal
privacy
tier:free
tier:paid
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/linnet#27
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Linnet has no
./manage.sh updatecommand. Cloud deployments need a way to dogit pull + rebuildin one step. Thebuildcommand exists but is not discoverable via the help output in a consistent way.Desired
Also: add
./manage.sh build [profile]to help text if not already surfaced.Context
Parity audit across all CF manage.sh files (2026-05-05). Linnet's profile-based approach is excellent — the
devmode (local uvicorn + Vite hot-reload) is the best in the orchard and should be documented as the reference pattern.