bentoml / azure-functions-deploy

Fast model deployment on Azure Functions
Apache License 2.0
3 stars 6 forks source link

Adding argparse and rich to improve user experience #5

Closed jjmachan closed 2 years ago

jjmachan commented 2 years ago

Argparse is a python library to parse the CLI arguments better and provide help messages and improve the CLI experience. You can check out the docs to know more. It would be great to add argparse to the scripts here. You can use the EC2 deployment tool as reference.

We are also adding a library called rich to the deployment tools to improve the UI of tool with color and spinners and it would be great to add it here too

image

this is a demo of how it works for EC2 and the idea is to add a similar experience here as well. You can refer to the EC2 deployment tools for reference too.

github-actions[bot] commented 2 years ago

Beep boop! 🤖 This issue hasn't had any activity in a while. I'll close it if I don't hear back soon.