Can I disable the upgrade notification in the daml assistant?
App Development2 posts174 views3 likesLast activity Oct 2021
GE
georgOP
Oct 2021 1I’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 2I think you want:
$ cat ~/.daml/daml-config.yaml
update-check: never
auto-install: true
$
More details here.