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>
24 lines
461 B
Markdown
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
|
|
```
|