Turbot Guardrails CLI v1.6.0
Feb 12, 2020•CLI
What's new?
- Use --no-color to simplify the output of any command. Sometimes less is more.
- turbot template build --git --branch <branch-name> allows you to specify the branch the build operations will be committed onto.
- turbot template build no longer supports the --config flag. Use template.yml files instead.
Bug fixes
- turbot install was not downloading files. Now it does.
- turbot template build was creating template.yml files for every template instance. This is noisy and defeats the value of template inheritence, so has been stopped.