My goal is to be able to restore my local site from a backup.jpa file in a single step, instead of runing kickstarter and go through ANGIE every time, which to my knowledge is possible with UNiTE.
First I'd like to say that I have very little experience using a command line, and your documentation of UNiTE doesn't explain very well how to setup and run UNiTE on command line.
The documentation for creating the xml file is very good though.
From other topics, I figured that the run command for UNiTE is:
php /path/to/file/unit.phar /path/to/file/settings.xml
Next, on windows, Command Promt (cmd) doesn't recognize php as a command out of the box after installing Wamp. For this I found help in this video: https://www.youtube.com/watch?v=neBVQBL_2P0
Similar information would have been nice to have in your documentation for first time setup of UNiTE.
Now for the topic, I've created my xml file and copied it and the unite.phar file into my local site's root directory: "C:\wamp64\www\mysite" where my backup.jpa file also is located.
In Command Promt I first navigate to my C-drive root directory and then execute the following command:
php /wamp64/www/mysite/unite.phar /wamp64/www/mysite/settings.xml
This results in the following:
C:\Users\MyUser>cd\
C:\>php /wamp64/www/mysite/unite.phar /wamp64/www/mysite/settings.xml
Akeeba UNiTE 4.0.1 (2018-03-15)
Copyright ┬®2008-2018 Nicholas K. Dionysopoulos / Akeeba Ltd.
-------------------------------------------------------------------------------------------------------------------------
This program comes with ABSOLUTELY NO WARRANTY. This is Free Software and you are welcome to redistribute it under certain conditions. Use command license for details.
-------------------------------------------------------------------------------------------------------------------------
***********************************************************************
****** ERROR ******
***********************************************************************
An error has occurred while running Akeeba UNiTE. The restoration of the backup has failed. The last error message was:
Can not find a writeable log path. Please supply a writable log path with the --log=<path> command line option.
According to your documentation the log should default to current working directory if not provided?
I did however try to add
--log=/wamp64/www/mysiteat the end of my command, but it still results in the same message