v0.13.0
Changes between 0.12.0 and 0.13.0
- Add
cancelcommand:-
Cancels a running project started by the
upcommand. It simply sends aSIGTERMsignal to the PID of the Director instance that started the project, so that when Director handles that signal it will terminate the processes it started.This is useful especially when the user makes a mistake and wants to cancel the project, especially if the project has been running for a long time (like a VM). So, instead of waiting for the project to finish, the user can simply cancel its execution, fix the error and deploy again.
-
Full Changelog: v0.12.0...v0.13.0