Commit 3886ae2
authored
Remove dead cmd/rebucketing-tool and orphan cmd/audit-consumer (#1233)
* chore: Remove dead cmd/rebucketing-tool and orphan cmd/audit-consumer
cmd/rebucketing-tool has no main.go entry point and zero imports anywhere
in the codebase. Its functionality was absorbed into
cmd/position-tool/internal/rebucket/.
cmd/audit-consumer is an orphan duplicate entry point that is never built.
The canonical entry point is services/audit-worker/cmd/.
Also fixes a stale comment in position-tool referencing the removed package
and updates a broken README link in tests/audit-e2e.
* docs: Add CLI tools reference guide and ibactl to deployment runbook
Add docs/guides/cli-tools.md documenting all operational CLIs:
tenantctl, ibactl, instrument-cli, position-tool, market-data-tool,
and meridian-cli. These tools had zero discoverability despite being
actively used.
Add ibactl internal account provisioning step to the production
deployment smoke test in the deployment runbook.
* docs: Address review feedback on CLI tools guide
Clarify intro to note position-tool uses direct DB access and
meridian-cli is offline, rather than implying all tools use gRPC.
Replace placeholder <tenant-port> with actual port 50056.
---------
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>1 parent de13347 commit 3886ae2
33 files changed
Lines changed: 183 additions & 7401 deletions
File tree
- cmd
- audit-consumer
- position-tool/cmd
- rebucketing-tool/internal
- engine
- executor
- validator
- docs
- guides
- runbooks
- tests/audit-e2e
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
197 | 195 | | |
198 | 196 | | |
199 | 197 | | |
| |||
This file was deleted.
0 commit comments