Releases: grlt-hub/app-compose
Releases · grlt-hub/app-compose
2.0.2
2.0.1
Fixed
graph
return value
2.0 Vault
Added
- support for managing container execution order using
stages
. diff
command to display which containers were automatically added and which ones were skipped.domain
a required parameter increateContainer
.view: domain
to visualize the entire application graph at the domain level.graph.dependsOn
command to quickly identify which containers a given container depends on, including transitive dependencies.graph.requiredBy
command to quickly identify which containers depend on a given container, including transitive dependencies.- the second argument of the
start
andenable
functions contains information about whether the parent containers have been resolved.
Changed
- all parent container APIs are wrapped into the first parameter in
start
andenable
functions. - automatic resolving of strict dependencies is enabled by default.
- renamed
dependsOn
todependencies
. - renamed
optionalDependsOn
tooptionalDependencies
. - renamed
onFail
toonContainerFail
. - the message format for the
debug: true
option.
1.4.0
1.3.0
1.2.0
Added
apis: boolean
in thecompose.up
config for accessing your containers' APIs after execution.
1.1.0
Added
- the ability to visualize the system composed of containers effectively (including transitive dependencies and their paths).
https://grlt-hub.github.io/app-compose/how-to-guides/visualize-the-system/