Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Can I disable the upgrade notification in the daml assistant?Forum ↗

Can I disable the upgrade notification in the daml assistant?

App Development2 posts172 views3 likesLast activity Oct 2021
GE
georgOP
Oct 2021

I’m referring to this message, which is printed on each and every command:

SDK 1.17.0 has been released!
See https://github.com/digital-asset/daml/releases/tag/v1.17.0 for details.
GA
Gary_Verhaegen
Oct 2021

I think you want:

$ cat ~/.daml/daml-config.yaml 
update-check: never
auto-install: true
$

More details here.

← Back to Discussions