manage.sh: add update command (git pull + rebuild) #2

Closed
opened 2026-05-05 20:44:39 -07:00 by pyr0ball · 0 comments
Owner

Problem

Pagepiper has no ./manage.sh update command. Snipe and Peregrine support this for single-command deployment refreshes.

Desired

./manage.sh update        # git pull + rebuild + restart dev stack
./manage.sh cloud-update  # same for cloud stack

Follow Snipe as reference.

Context

Parity audit across all CF manage.sh files (2026-05-05). Also file separately: cloud command syntax standardization (#1 in this repo).

## Problem Pagepiper has no `./manage.sh update` command. Snipe and Peregrine support this for single-command deployment refreshes. ## Desired ```bash ./manage.sh update # git pull + rebuild + restart dev stack ./manage.sh cloud-update # same for cloud stack ``` Follow Snipe as reference. ## Context Parity audit across all CF manage.sh files (2026-05-05). Also file separately: cloud command syntax standardization (#1 in this repo).
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/pagepiper#2
No description provided.