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
Expectation is that cf env would show number in human readable format , 1234567890 Note: cf curl /v2/apps/appGUID/env shows human readable number format.
CLI Version
cf version 6.21.1+cd086c8-2016-08-18
CC API Endpoint Version
235
The text was updated successfully, but these errors were encountered:
My team tried fixing it but it required changes in code that is used by a lot of commands, and tests started failing after the change.
If it were a simple fix, we'd do it, but as it seems complicated with high risk of introducing regressions, we won't fix it at this time.
We may revisit this at a major version upgrade when the functionality of related commands can be changed.
User provided service with number longer than 10 digits as value gets converted into scientific format when
cf env *appname*
is issued.cf cups longnumbertest -p '{"longNumber":1234567890}'
Expectation is that cf env would show number in human readable format , 1234567890
Note: cf curl /v2/apps/appGUID/env shows human readable number format.
cf version 6.21.1+cd086c8-2016-08-18
235
The text was updated successfully, but these errors were encountered: