Arrow Cloud 1.3.0 - 17 September 2015
This release of Arrow Cloud includes version 1.0.27 of the CLI and 1.3.0 of the server and includes behavior changes.
Behavior Changes
- The scripts specified by the
scripts.preinstall
andscripts.postinstall
fields in thepackage.json
file no longer support installing custom binaries outside the project directory. Instead, create a script calledinstall.sh
located at the root level of the project folder to install the custom binaries. You can still use thescripts.preinstall
andscripts.postinstall
scripts to install binaries inside the project folder.
New Features and Improvements
- Build logs: To view the application build logs, pass the
--build_log
flag to theloglist
command. - Install custom binaries: To install custom binaries, create a script called
install.sh
located at the root level of the project to install the custom binaries. See API Builder Project. - Restart command: To restart a server, pass the
--restart <SERVER_ID>
option to theserver
command. You may want to restart the server if the memory or CPU usage becomes too high. To get the server ID the application is running on, use thelist
command. - Timestamps: The
loglist
andlogcat
commands now display a timestamp next to the log output.