1 개요[ | ]
- cf env
Console
Copy
$ cf env APP-NAME
Getting env variables for app APP-NAME in org SAMPLE-ORG-NAME / space dev as sampledeveloper@example.com...
OK
System-Provided:
{
"VCAP_APPLICATION": {
"application_name": "APP-NAME",
"application_uris": [
"my-app.example.com"
],
"application_version": "7d0d64be-7f6f-406a-9d21-504643147d63",
"limits": {
"disk": 1024,
"fds": 16384,
"mem": 256
},
"name": "APP-NAME",
"space_id": "37189599-2407-9946-865e-8ebd0e2df89a",
"space_name": "dev",
"uris": [
"my-app.example.com"
],
"users": null,
"version": "7d0d64be-7f6f-406a-9d21-504643147d63"
}
}
Running Environment Variable Groups:
HTTP Proxy: 87.226.68.130
Staging Environment Variable Groups:
EXAMPLE-GROUP: 2001
HTTP Proxy: 27.145.145.105
doscon
Copy
C:\Users\jmnote\Desktop\spring-music>cf env spring-music
Getting env variables for app spring-music in org zeta / space development as jmnote@example.com...
OK
System-Provided:
{
"VCAP_SERVICES": {
"elephantsql": [
{
"credentials": {
"max_conns": "5",
"uri": "postgres://zuhwjbmk:XWrqGW3PG0s4LqlRG03hybWW3y1uayAz@pellefant-02.db.elephantsql.com:5432/zuhwjbmk"
},
"label": "elephantsql",
"name": "spring-music-db",
"plan": "turtle",
"provider": null,
"syslog_drain_url": null,
"tags": [
"Data Stores",
"Web-based",
"User Provisioning",
"PaaS",
"Single Sign-On",
"Windows",
"New Product",
"Mac",
"Certified Applications",
"Android",
"Data Store",
"postgresql",
"Buyable",
"relational",
"Importable",
"IT Management"
]
}
]
}
}
{
"VCAP_APPLICATION": {
"application_id": "02468df1-b35e-79ac-2f46-80357bd9ace1",
"application_name": "spring-music",
"application_uris": [
"spring-music-ungabled-echoism.cfapps.io"
],
"application_version": "7c9135e8-a0df-24b6-ea9c-fbdac1ebdfc3",
"limits": {
"disk": 1024,
"fds": 16384,
"mem": 512
},
"name": "spring-music",
"space_id": "24d6fb80-3579-146e-8a02-579cfb136802",
"space_name": "development",
"uris": [
"spring-music-ungabled-echoism.cfapps.io"
],
"users": null,
"version": "7c9135e8-a0df-24b6-ea9c-fbdac1ebdfc3"
}
}
No user-defined env variables have been set
No running env variables have been set
No staging env variables have been set
C:\Users\jmnote\Desktop\spring-music>
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.