| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.0 Vault source code.tar.gz | 2025-01-28 | 134.0 kB | |
| 2.0 Vault source code.zip | 2025-01-28 | 180.8 kB | |
| README.md | 2025-01-28 | 1.1 kB | |
| Totals: 3 Items | 315.9 kB | 0 | |
Added
- support for managing container execution order using
stages. diffcommand to display which containers were automatically added and which ones were skipped.domaina required parameter increateContainer.view: domainto visualize the entire application graph at the domain level.graph.dependsOncommand to quickly identify which containers a given container depends on, including transitive dependencies.graph.requiredBycommand to quickly identify which containers depend on a given container, including transitive dependencies.- the second argument of the
startandenablefunctions contains information about whether the parent containers have been resolved.
Changed
- all parent container APIs are wrapped into the first parameter in
startandenablefunctions. - automatic resolving of strict dependencies is enabled by default.
- renamed
dependsOntodependencies. - renamed
optionalDependsOntooptionalDependencies. - renamed
onFailtoonContainerFail. - the message format for the
debug: trueoption.