Workspace configuration
The following properties can be configured on the workspace as a whole as part of the workspace configuration, or global config file as you might also call it.
local
:
There are other workspace configuration options available that relate to Maestro Cloud which are not outlined here. Please refer to the Maestro Cloud documentation for more information.
# .maestro/config.yaml
# Maestro config
flows:
- "subFolder/*"
includeTags:
- tagNameToInclude
excludeTags:
- tagNameToExclude
local:
deterministicOrder: true
Last modified 2mo ago