manage.sh: standardize cloud commands to hyphen syntax (cloud-start vs cloud:start) #1
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 uses
cloud:start/cloud:stop/cloud:restart/cloud:status/cloud:logs/cloud:build(colon separator), while Kiwi and Snipe usecloud-startetc. (hyphen separator). This inconsistency makes muscle memory painful when switching between products.Desired
Rename all
cloud:*subcommands tocloud-*to match the majority convention:Keep old colon-form as an alias during a transition if needed.
Context
Audit of manage.sh parity across all CF products (2026-05-05). Kiwi and Snipe are the reference for this convention.