What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running cf curl /v2/info && cf version?
CF CLI V7
What version of the buildpack you are using?
1.7.66
If you were attempting to accomplish a task, what was it you were attempting to do?
The Sealights agent needs to wrap the customer app in order to send data to our server.
For example, an app starts with the following command: node index.js becomes slnodejs run index.js
In order to do that we need the buildpack to be able to change the application by writing a hook to the buildpack
What did you expect to happen?
A specific place where we can write our own hook that modifies the start command.
What was the actual behavior?
There is no documentation for hooks API
Can you provide a sample app?
It's a general question not app-specific
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running
cf curl /v2/info && cf version?CF CLI V7
What version of the buildpack you are using?
1.7.66
If you were attempting to accomplish a task, what was it you were attempting to do?
The Sealights agent needs to wrap the customer app in order to send data to our server.
For example, an app starts with the following command:
node index.jsbecomesslnodejs run index.jsIn order to do that we need the buildpack to be able to change the application by writing a hook to the buildpack
What did you expect to happen?
A specific place where we can write our own hook that modifies the start command.
What was the actual behavior?
There is no documentation for hooks API
Can you provide a sample app?
It's a general question not app-specific