What's new?
- Mod authors often want to set their new version as
RECOMMENDED
in the registry, telling users it's the best choice. Useturbot publish --force-recommended
andturbot modify --force-recommended
to mark this version asRECOMMENDED
and set all currently recommended versions toAVAILABLE
.
Bug fixes
turbot test
was showing incorrect test data validation errors, due to a graphql schema change that had not been handled by the CLI.