bxnet-ops/README.md
Tyler J King 6912a46001 feat: bxnet-ops — BXNet governed shell
Fork of guildhouse/org-ops.
Binary: guildhouse-ops → bxnet-ops
DID: guildhouse.dev → bxnet.io
Upstream remote configured for sync.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 19:52:54 -04:00

24 lines
461 B
Markdown

# bxnet-ops
BXNet governed shell binary. Fork of [guildhouse/org-ops](https://git.guildhouse.dev/guildhouse/org-ops).
## Identity
- Consultancy DID: `did:web:bxnet.io`
- Operator DID: `did:web:bxnet.io/user/tking`
- Platform: Guildhouse PaaS
## Usage
```bash
bxnet-ops auth login
bxnet-ops playbook list
bxnet-ops playbook run cpanel-provision-account --target cpanel-server-01
```
## Upstream sync
```bash
git fetch upstream
git merge upstream/main
```