Open mcastorina opened 5 years ago
Current format:
headers: - key: header-name value: header-value
It should be:
headers: - header-name: header-value
This is partially addressed by moving the templates into the cli package (which uses a map for headers).
Current format:
It should be: