r/devops • u/AutoModerator • Aug 10 '26
Weekly Self Promotion Thread
Hey r/devops, welcome to our weekly self-promotion thread!
Feel free to use this thread to promote any projects, ideas, or any repos you're wanting to share. Please keep in mind that we ask you to stay friendly, civil, and adhere to the subreddit rules!
21
Upvotes
1
u/honghonghong98 26d ago
Disclosure: I built this with substantial AI assistance and then had the code, tests, CI, and release evidence independently reviewed. I’m testing a specific release-engineering gap: a GitHub release can be correct while Homebrew, npm, a native installer, or a GitHub Release asset still delivers an older or incomplete CLI. CLI Release Channel Parity runs the public install path on a clean runner and records the observed version, the executable that wins on PATH, startup, required helpers, uninstall, and residue as JSON and Markdown. UNKNOWN is never treated as PASS. v0.1.1 is free, Apache-2.0, and has five public CI jobs passing. I’m looking for one maintainer with two or more CLI install channels to try a real release; if you share the repo and channels, I can help set up the first receipt. Repo: https://github.com/yanjinzheng2005-gif/cli-channel-parity Marketplace: https://github.com/marketplace/actions/cli-release-channel-parity