- Fixed the workflow decorator which imported the incorrect model for validation
- Added an optional
--upgrade
flag to thevendor
command which will be passed through to thepip install
command if set
- Fixes a bug where not all files were included in the template
- Updates the workflow template to import dependencies from the
vendored
module
- Searches for the workflows location in either the configured sync directory or the default location
- Added a
--debug
flag to the CLI
- Initial release