bentoml / bentoctl

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

feat: Add support for display operator notes #86

Closed yubozhao closed 2 years ago

yubozhao commented 2 years ago

Description

Add CLI command bentoctl operator describe operator_name to display any additional markdown notes from the operator.

Screen Shot 2022-02-11 at 2 28 07 PM

codecov[bot] commented 2 years ago

Codecov Report

Merging #86 (850cf6c) into main (1b4f362) will decrease coverage by 0.73%. The diff coverage is 39.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #86      +/-   ##
==========================================
- Coverage   64.31%   63.57%   -0.74%     
==========================================
  Files          15       15              
  Lines         765      788      +23     
==========================================
+ Hits          492      501       +9     
- Misses        273      287      +14     
Flag Coverage Δ
unit-tests 63.57% <39.13%> (-0.74%) :arrow_down:

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

Impacted Files Coverage Δ
bentoctl/cli/operator_management.py 42.46% <37.50%> (-1.40%) :arrow_down:
bentoctl/operator/operator.py 82.53% <42.85%> (-4.97%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1b4f362...850cf6c. Read the comment docs.

yubozhao commented 2 years ago

will reimplement after gitops refactoring