You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
when running CF_TRACE=true cf enable-diego <app> you get the following error
FAILED
Error: unexpected end of JSON input
however, the command succeeds, because running cf has-diego-enabled <app> afterwards returns true and i have indeed checked that the app is running on a cell and not a dea.
this is an issue because it means the command exits 1.
just to be clear, running cf enable-diego <app> without CF_TRACE=true before it succeeds and exits 0.
dependencies
may be similar to #3
Diego-Enabler v1.2.1
CF version 240
issue
when running
CF_TRACE=true cf enable-diego <app>you get the following errorhowever, the command succeeds, because running
cf has-diego-enabled <app>afterwards returnstrueand i have indeed checked that the app is running on a cell and not a dea.this is an issue because it means the command exits 1.
just to be clear, running
cf enable-diego <app>withoutCF_TRACE=truebefore it succeeds and exits 0.thanks!