compose-lens 0.1.4

Loss-aware parsing, processing, validation, and rendering of Compose projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: document-interpolation
x-future: "future-${FUTURE:-enabled}"
services:
  app:
    image: "example/app:${TAG}"
    command: 'echo ${SINGLE_QUOTED}'
    environment:
      - "VALUE=${VALUE:-default}"
      - "RUNTIME=$$RUNTIME"
      - BLOCKED=${MISSING}
      - plain
    labels:
      "${LABEL_KEY}": "${LABEL_VALUE}"
      static: unchanged