Get DAR file version for a given DAR
App Development2 posts23 viewsLast activity 1d ago
WA
WallaceKellyOP
1d agoGiven a DAR file, how can I extract the compile-time version listed in the project’s daml.yaml file?
WA
WallaceKelly
1d agodpm inspect-dar --json mydar.dar \
| jq -r '.packages[.main_package_id].version'