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
For debugging purposes, it would be nice to be able to set CF_TRACE=true when running this resource. I had a problem with an extra / at the end of an API endpoint that caused the CF CLI to fail with an "Unknown command" error that didn't tell me much about what is wrong.
I propose adding a configuration setting debug, that defaults to false, to help with this.
The text was updated successfully, but these errors were encountered:
mikegehard
changed the title
Add configuration setting to push cf push in verbose mode
Add configuration setting to put cf push in verbose mode
Oct 3, 2017
Appears to be related to a known issue in the cf cli.
API tracing to terminal (using CF_TRACE=true, -v option or cf config --trace) doesn't work well with some CLI plugin commands. Trace to file works fine. On Linux, CF_TRACE=/dev/stdout works too.
I'll try fixing it by setting CF_TRACE=/dev/stderr
For debugging purposes, it would be nice to be able to set
CF_TRACE=true
when running this resource. I had a problem with an extra/
at the end of an API endpoint that caused the CF CLI to fail with an "Unknown command" error that didn't tell me much about what is wrong.I propose adding a configuration setting
debug
, that defaults to false, to help with this.The text was updated successfully, but these errors were encountered: