0xsend/Setup dpm
Install the Digital Asset Package Manager (dpm) CLI for DAML development
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 24, 2025
- License
- None
Pinned Snippet
uses: 0xsend/setup-dpm@538fe093892e36f872be63f97cc08d185871a789 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of dpm to install (e.g., "3.4.9" or "latest") | no | latest |
| daml-version | Version of DAML SDK to install (e.g., "3.4.9"). Leave empty to skip DAML SDK installation. | no | "" |
Outputs
| name | description |
|---|---|
| version | The version of dpm that was installed |
| path | Path to the dpm installation directory |
| daml-version | The version of DAML SDK that was installed (empty if not installed) |