v0.6
Changed
-
There is now a command line argument for specifying the project dir:
ctenv --project-dir PATH run .... The default is that project dir
is still that it's auto-detected by locating.ctenv.toml, starting
from current dir and traversing upwards. Note: HOME is not
considered a project dir, since it a.ctenv.tomlthere is not
meant to indicate a project. -
Relative paths in config files are now resolved relative to the
project dir, instead of the directory where the config file is
in. This means you can have a config file withworkspace = ./:/repoto mount.to/repoin the container, and it adapts to
where you run ctenv. This is also more consistent with other tools. -
Container name now had PID as variable in the name, so one can start
multiple container for the same project dir.