Added
- Add
terramate [run, script run] --{include,only}-output-dependencies
flags.- These flags are needed for initializing the output dependencies of stacks which had its dependencies not changed in the same run.
- The
--include-output-dependencies
flag includes the output dependencies in the execution order. - The
--only-output-dependencies
flag only includes the output dependencies in the execution order.
- Add
--no-generate
toterramate experimental clone
to skip the generation phase after the clone.
Fixed
- Fix the sync of
base_branch
information for bitbucket repositories in the Terramate Cloud.