Skip to content

Add sites status command to display sync/build status for sites - #32

Open
CodyWilson wants to merge 1 commit into
CloudCannon:mainfrom
CodyWilson:main
Open

Add sites status command to display sync/build status for sites#32
CodyWilson wants to merge 1 commit into
CloudCannon:mainfrom
CodyWilson:main

Conversation

@CodyWilson

@CodyWilson CodyWilson commented Aug 16, 2026

Copy link
Copy Markdown

I had a need to be able to see what sites are currently building on the current day. That way I can inform our morning QA team when the sites are finished building that way they know they can go and start their post deployment verification.

This command lets you see at a glance which sites have no new build today, are currently syncing/building, and which sites have finished building/failed.

It also allows you to filter both by the branch the sites could be syncing from (In my case the production branch is always used for our production websites, so this makes it a simple filter to use). But there is also a --match that will take regex and match based off that.

I tried to follow how other commands are made.

Let me know if anything needs to change, more than willing to adjust as needed.

- Introduced `sitesStatusCommand` in `sites.ts`.
- Updated README.md with usage instructions and flags for the new command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant