"Cf env"의 두 판 사이의 차이

(새 문서: ==개요== ;cf env <source lang='doscon'> C:\Users\jmnote\Desktop\spring-music>cf env spring-music Getting env variables for app spring-music in org zeta / space development as jm no...)
 
 
(같은 사용자의 중간 판 4개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;cf env
;cf env
<source lang='console'>
$ 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
</source>


<source lang='doscon'>
<source lang='doscon'>
C:\Users\jmnote\Desktop\spring-music>cf env spring-music
C:\Users\jmnote\Desktop\spring-music>cf env spring-music
Getting env variables for app spring-music in org zeta / space development as jm
Getting env variables for app spring-music in org zeta / space development as jmnote@example.com...
note@example.com...
OK
OK


15번째 줄: 52번째 줄:
     "credentials": {
     "credentials": {
     "max_conns": "5",
     "max_conns": "5",
     "uri": "postgres://zuhwjbmk:XWrqGW3PG0s4LqlRG03hybWW3y1uayAz@pellefant-02.d
     "uri": "postgres://zuhwjbmk:XWrqGW3PG0s4LqlRG03hybWW3y1uayAz@pellefant-02.db.elephantsql.com:5432/zuhwjbmk"
b.elephantsql.com:5432/zuhwjbmk"
     },
     },
     "label": "elephantsql",
     "label": "elephantsql",
79번째 줄: 115번째 줄:
C:\Users\jmnote\Desktop\spring-music>
C:\Users\jmnote\Desktop\spring-music>
</source>
</source>
==같이 보기==
* [[cf apps]]
* [[cf bs]]
* [[Cloud Foundry 환경변수]]
[[분류: Cloud Foundry]]

2016년 7월 7일 (목) 16:31 기준 최신판

1 개요[ | ]

cf env
$ 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
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 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}