November 2017
Beginner to intermediate
306 pages
7h 43m
English
Input arguments:
Return value:
The purpose of the detect script is to determine the application's compatibility with the buildpack. There is only one input argument and this is <build_path>, which is a path to a directory holding the application files when a user had performed a cf push. This script will be required to return 0 (zero) if the buildpack is compatible with the application, or return 1 otherwise. For display feedback to users, text can be output to stdout.
Read now
Unlock full access