bentoml / bentoctl

Fast model deployment on any cloud 🚀
https://bentoml.com
Other
175 stars 30 forks source link

feat: help message post build command #151

Closed jjmachan closed 2 years ago

jjmachan commented 2 years ago

Description

Show the help message after the `bentoctl build command has been run.

How it looks in the terminal

image

closes: #112

codecov[bot] commented 2 years ago

Codecov Report

Merging #151 (64b4ea5) into main (122d3fc) will increase coverage by 0.06%. The diff coverage is 83.33%.

@@            Coverage Diff             @@
##             main     #151      +/-   ##
==========================================
+ Coverage   72.20%   72.27%   +0.06%     
==========================================
  Files          18       18              
  Lines         957      963       +6     
==========================================
+ Hits          691      696       +5     
- Misses        266      267       +1     
Flag Coverage Δ
unit-tests 72.27% <83.33%> (+0.06%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
bentoctl/cli/__init__.py 84.78% <50.00%> (-0.78%) :arrow_down:
bentoctl/console.py 94.11% <100.00%> (+1.80%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more