feat(lazer-pusher): add CLI tools and infrastructure#3494
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
e366e47 to
6b168bc
Compare
tejasbadadare
approved these changes
Feb 26, 2026
Comment on lines
+6
to
+7
| # # First create the k3d cluster (one time, from repo root): | ||
| # k3d cluster create lazer-pusher-dev --config tilt/bulk/k3d-config.yaml |
Contributor
There was a problem hiding this comment.
Is this setup reliant on using k3d? Can i just use the k8s that comes packaged with OrbStack or Docker Desktop?
Contributor
Author
There was a problem hiding this comment.
not reliant I think, its just the local kubernetes manager thingy I prefer the most.
6b168bc to
6761d9c
Compare
Adds development tooling and CI/CD for the Bulk Trade pusher: CLI (bulk-trade-cli): - TUI cluster monitor with real-time metrics display - Ed25519 key management (keygen, pubkey extraction, vanity grinding) - Prometheus metrics scraping and aggregation Infrastructure: - Tilt-based local development environment (k3d) - CI workflow for testing and linting - Docker build workflow for bulk-trade-pusher
6761d9c to
250694e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds development tooling and CI/CD for the Bulk Trade pusher:
CLI (bulk-trade-cli):
Infrastructure:
Rationale
Makes local testing a breeze, and is just a nice to have, also adds required tooling for bulk key management.
How has this been tested?