canvas-medical / canvas-plugins

1 stars 0 forks source link

for enable/disable check for status ok to give success message #77

Closed mbiannaccone closed 2 months ago

mbiannaccone commented 2 months ago

Reagan noticed that enable/disable from the cli was returning non-zero exit codes. that's because we were looking for the wrong code on response (aka not ok). this pr fixes that.

here is what enable/disable look like from the cli now:

image