Daml start from outside the project directory?
App Development2 posts459 views4 likesLast activity Dec 2020
LA
lashenhurstOP
Dec 2020 1Is it possible to do daml start and specify a different project directory or yaml file from where I’m running the command? I tried daml start /path/to/project/directory and daml start /path/to/project/directory/daml.yaml but it didn’t like either.
CO
cocreature
Dec 2020 3DAML_PROJECT=/path/to/project/directory daml start should work I think.