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. Usetemplate.yml
files instead.
Bug fixes
turbot install
was not downloading files. Now it does.turbot template build
was creatingtemplate.yml
files for every template instance. This is noisy and defeats the value of template inheritence, so has been stopped.