mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
f84b6abc05
* daml build: add a --access-token-file for remote dependencies This adds a `ledger.access-token-file` field in the `daml.yaml` project file and a `--access-token-file` flag to `daml build` to authorize querying/fetching of remote dependencies. CHANGELOG_BEGIN [daml build] A new flag `--access-token-file` is added for the `daml build` command. It allows the specify the path to an access token to authenticate against the ledger API. This is needed if the project depends on a remote Daml package hosted on such a ledger. Alternatively, the path to the token can also be specified in the `daml.yaml` project file under the `ledger.access-token-file` field. CHANGELOG_END |
||
---|---|---|
.. | ||
DA/Test | ||
BUILD.bazel |