Skip to content

feat: Create main.py with simple cli#49

Closed
Smirl wants to merge 1 commit intomainfrom
orchestrator/run-65be66a3-6a03-4cbd-9830-1d48f0d546c4
Closed

feat: Create main.py with simple cli#49
Smirl wants to merge 1 commit intomainfrom
orchestrator/run-65be66a3-6a03-4cbd-9830-1d48f0d546c4

Conversation

@Smirl
Copy link
Owner

@Smirl Smirl commented Mar 6, 2026

Summary

Created main.py with a simple CLI using argparse. It has three subcommands:

  • info — lists available tools and proto file paths
  • grpc <host> — prints an evans command for gRPC debugging
  • http <url> — prints a hey command for HTTP load testing

Example usage:

python main.py info
python main.py grpc localhost:50051
python main.py http http://my-service/healthz -n 200 -c 20

Let me know if you'd like it to actually execute the commands, add more subcommands, or change the structure.


Task ID: 24bfcb29-b371-472b-822a-341266fef5fd
Run ID: 65be66a3-6a03-4cbd-9830-1d48f0d546c4

Task: 24bfcb29-b371-472b-822a-341266fef5fd
Run: 65be66a3-6a03-4cbd-9830-1d48f0d546c4
@Smirl Smirl closed this Mar 19, 2026
@Smirl Smirl deleted the orchestrator/run-65be66a3-6a03-4cbd-9830-1d48f0d546c4 branch March 19, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant