Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Daml start from outside the project directory?Forum ↗

Daml start from outside the project directory?

App Development2 posts452 views4 likesLast activity Dec 2020
LA
lashenhurstOP
Dec 2020

Is 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

DAML_PROJECT=/path/to/project/directory daml start should work I think.

← Back to Discussions