Reference documentation for daml.yaml file
App Development2 posts246 views6 likesLast activity Aug 2021
SU
sullyOP
Aug 2021Is there a good reference for what stuff I can put into a daml.yaml file?
SU
sully
Aug 2021The main reference for the daml.yaml format is here:
https://docs.daml.com/tools/assistant.html#project-config-file-daml-yaml
This page is not fully exhaustive, and daml.yaml settings for specific tasks are located in other sections of the Daml documentation. For instance, daml.yaml settings for code generation can be found here:
https://docs.daml.com/tools/codegen.html#project-file-configuration-java-and-scala
The format is also extensible, in that each tool only reads what it cares about, and ignores the rest.
The only mandatory field is sdk-version.