compose-lens 0.1.5

Loss-aware parsing, processing, validation, and rendering of Compose projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
services:
  always:
    image: example/always
  debug:
    image: example/debug
    profiles: [debug]
  tools:
    image: example/tools
    profiles: [tools, debug]
  reset:
    image: example/reset
    profiles: [legacy]