manage.sh: add standalone build command (currently requires make) #113
Labels
No labels
a11y
backlog
beta-feedback
bug
enhancement
feature-request
frontend
needs-triage
question
vue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#113
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
Pagepiper, Kiwi, and Snipe all expose a
./manage.sh buildcommand to rebuild images without restarting. Peregrine requiresmake buildinstead, which is inconsistent and not obvious from./manage.sh help.Desired
Suggested implementation:
Or inline the docker compose command if preferred.
Context
Parity audit across all CF manage.sh files (2026-05-05). Also note: Peregrine has no
cloud-start/cloud-restartcommands exposed through manage.sh — operators must know to usemakewith the right--profileflag, which is not discoverable.