caribou
caribou copied to clipboard
Fix caribou cli list bug
The caribou CLI encounters a bug when trying to use the list
command:
AttributeError: module 'caribou' has no attribute 'get_migrations'
This PR fixes this issue.