manage.sh: expose cloud-start / cloud-restart / demo-restart commands #114
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#114
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
cloud-start/cloud-restart/cloud-status/cloud-logs/cloud-builddirectly frommanage.sh. Peregrine operators must know that cloud and demo stacks live incompose.cloud.ymlandcompose.demo.ymland invoke them viamakeor directdocker compose— these are not discoverable from./manage.sh help.Desired
Note: Peregrine demo uses
--no-cacheto force cf-core reinstall from git (see 2026-05-05 deployment notes).Context
Parity audit across all CF manage.sh files (2026-05-05). Discovered during cf-core v0.20.0 rollout when cloud/demo containers were initially missed because the rebuild path wasn't obvious.