Please fill out the issue checklist below and provide ALL the requested information.
Describe the bug and the command you saw an issue with
I am attempting to run cf env to pull back the environment variables for an app with environment variables.
What happened
A clear and concise description of what happen.
The CLI returns back:
...
User-Provided:
TEST2: blah[]
Something unexpected happened. This is a bug in cf.
Please re-run the command that caused this exception with the environment
variable CF_TRACE set to true.
Also, please update to the latest cli and try the command again:
https://code.cloudfoundry.org/cli/releases
Please create an issue at: https://code.cloudfoundry.org/cli/issues
Include the below information when creating the issue:
Command
cf env icu2
CLI Version
7.7.9+984062b.2024-03-07
Error
template: Display Text:1: function "blah5" not defined
Expected behavior
What should have been returned was:
User-Provided:
TEST2: blah[]
TEST3: blah{{blah5
TEST4: blah
Exact Steps To Reproduce
Steps to reproduce the behavior; include the exact CLI commands and verbose output:
Create an app manifest for any app that contains these three environment variables:
applications:
- name: icu2
memory: 256M
stack: cflinuxfs4
buildpacks:
- https://github.com/cloudfoundry/apt-buildpack/
- https://github.com/cloudfoundry/ruby-buildpack/
env:
TEST2: blah[]
TEST3: blah{{blah5
TEST4: blah
cf push icu2
cf env icu2
Provide more context
- MacOS, iTerm2 3.4.19
- CF CLI 7.7.9+984062b.2024-03-07
- CF API 3.160.0
Please fill out the issue checklist below and provide ALL the requested information.
CF_TRACE=1to help debug the issue.Describe the bug and the command you saw an issue with
I am attempting to run
cf envto pull back the environment variables for an app with environment variables.What happened
A clear and concise description of what happen.
The CLI returns back:
Expected behavior
What should have been returned was:
Exact Steps To Reproduce
Steps to reproduce the behavior; include the exact CLI commands and verbose output:
Create an app manifest for any app that contains these three environment variables:
cf push icu2
cf env icu2
Provide more context