Org-ops CLI: corpus install, manifest loader, worker preflight (Rust)
Add emit_git_event() method to ChronicleClient that embeds a GovernanceEnvelope in the CloudEvent data payload. The CloudEvent id is set to the hex-encoded git_ref from the envelope. Migrate GOV_COMMIT_CREATED, GOV_PUSH, and GOV_PR_CREATED in git_commands.rs to use emit_git_event(). Non-git events continue to use the existing emit() method. Signed-off-by: Tyler King <tking@guildhouse.dev> |
||
|---|---|---|
| org-ops-cli | ||
| org-ops-core | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
bxnet-ops
BXNet governed shell binary. Fork of guildhouse/org-ops.
Identity
- Consultancy DID:
did:web:bxnet.io - Operator DID:
did:web:bxnet.io/user/tking - Platform: Guildhouse PaaS
Usage
bxnet-ops auth login
bxnet-ops playbook list
bxnet-ops playbook run cpanel-provision-account --target cpanel-server-01
Upstream sync
git fetch upstream
git merge upstream/main