manage.sh: add status and logs commands #58
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
Avocet's
manage.shhas nostatusorlogscommand. There is no way to check whether the service is running or tail its output without callingdocker composedirectly.All other CF products (Pagepiper, Peregrine, Kiwi, Snipe, Linnet) expose these commands.
Desired
Follow the Kiwi pattern as reference:
Context
Parity audit across all CF manage.sh files (2026-05-05).