Last updated
Was this helpful?
You can exclude stacks and stack groups from the configuration with the ignore property.
Setting the ignore property:
ignore: trueThe ignore property can be defined in stack and stack group configuration files. If specified in a stack group, the stack group's children and stacks inherit the value. If you set a stack group as ignored, its children or stacks can't set the ignore property back to false.
The ignore property must satisfy these requirements:
Must be a boolean
Last updated
Was this helpful?
Was this helpful?