Cf create-service

1 개요[ | ]

cf create-service
cf cs
Console
Copy
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
Console
Copy
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
Console
Copy
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 같이 보기[ | ]