framework icon indicating copy to clipboard operation
framework copied to clipboard

Build something generic to expose python code to the cli

Open JeffreyDevloo opened this issue 7 years ago • 7 comments

Problem description

All cli calls have to manually added to a bash file and it is becoming a bit dirty. There should be something more generic to use to make our life a bit easier.

(potential inspiration: https://github.com/openvstorage/openvstorage-health-check/blob/master/ovs/extensions/healthcheck/expose_to_cli.py#L57 + https://github.com/openvstorage/openvstorage-health-check/blob/master/ovs/extensions/healthcheck/expose_to_cli.py#L44)

JeffreyDevloo avatar Nov 07 '17 16:11 JeffreyDevloo