compose/cmd
Milas Bowman 1e35245390 Print services in dependency order
Currently, `compose config --services` outputs the services in
a random/non-deterministic order.

In Compose v1, this was implicitly topologically sorted because
the project services were pre-sorted. With `compose-go`, the
services are unordered, and the `WithServices()` helper can be
used to iterate in dependency order.

Signed-off-by: Milas Bowman <milasb@gmail.com>
2021-07-21 11:11:38 -04:00
..
compose Print services in dependency order 2021-07-21 11:11:38 -04:00
main.go Do not strip "v" prefix from version when printing 2021-07-03 15:53:21 +02:00