Daml start from outside the project directory?
App Development2 posts452 views4 likesLast activity Dec 2020
LA
lashenhurstOP
Dec 2020Is 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 2020DAML_PROJECT=/path/to/project/directory daml start should work I think.