Currently bespin workflows list shows the following error when pointed at the dev bespin instance.
File "/Users/jpb67/Documents/work/bespin-cli/bespin/commands.py", line 183, in get_column_data
latest_version = workflow['versions'][-1]
IndexError: list index out of range
This is because there is a workflow with no workflow versions.
Currently
bespin workflows list
shows the following error when pointed at the dev bespin instance.This is because there is a workflow with no workflow versions.