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.
1 Like
DAML_PROJECT=/path/to/project/directory daml start
should work I think.
3 Likes