PacketFire / gemini

Cluster container orchestration tool
Apache License 2.0
0 stars 0 forks source link

Add command-line interface #10

Closed RaasAhsan closed 5 years ago

RaasAhsan commented 5 years ago

to start with:

JosephMoniz commented 5 years ago

Theres a lot of really good options we have available. I've had success with argparse in the pass and it's pretty magical stuff. I really want to use click though. It's super clean, very similar to Flask and doesn't require us writing a bunch of wiring like we'd have to artisanally design if we used argparse

RaasAhsan commented 5 years ago

click is also a requirement via pip-tools and flask already