Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Get DAR file version for a given DARForum ↗

Get DAR file version for a given DAR

App Development2 posts23 viewsLast activity 1d ago
WA
WallaceKellyOP
1d ago

Given a DAR file, how can I extract the compile-time version listed in the project’s daml.yaml file?

WA
WallaceKelly
1d ago
dpm inspect-dar --json mydar.dar \
  | jq -r '.packages[.main_package_id].version'
← Back to Discussions