Cf create-service

Jmnote (토론 | 기여)님의 2016년 7월 7일 (목) 10:50 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

cf create-service
cf cs
root@zetawiki:~# cf create-service elephantsql turtle spring-music-db
Creating service instance spring-music-db in org zeta / space development as jmnote@example.com...
OK

root@zetawiki:~# cf services
Getting services in org zeta / space development as jmnote@example.com...
OK

name              service       plan     bound apps   last operation
spring-music-db   elephantsql   turtle                create succeeded
root@zetawiki:~# cf cs mongolab sandbox spring-music-mongo
Creating service instance spring-music-mongo in org zeta / space development as jmnote@example.com...
OK

root@zetawiki:~# cf services
Getting services in org zeta / space development as jmnote@example.com...
OK

name                 service       plan      bound apps     last operation
spring-music-db      elephantsql   turtle    spring-music   create succeeded
spring-music-mongo   mongolab      sandbox                  create succeeded
root@zetawiki:~# cf cs cleardb spark spring-music-mysql
Creating service instance spring-music-mysql in org zeta / space development as jmnote@example.com...
OK

root@zetawiki:~# cf services
Getting services in org zeta / space development as jmnote@example.com...
OK

name                 service       plan      bound apps     last operation
spring-music-db      elephantsql   turtle    spring-music   create succeeded
spring-music-mongo   mongolab      sandbox                  create succeeded
spring-music-mysql   cleardb       spark                    create succeeded

2 같이 보기[ | ]

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