Cf enable-diego

1 개요[ | ]

cf enable-diego
cf enable-diego 앱이름

2 실행예시[ | ]

root@zetawiki:~# cf dea-apps
Getting apps on the DEA runtime as testuser04...
OK

name           space       org   
spring-music   testuser04   testorg
root@zetawiki:~# cf enable-diego spring-music
Setting spring-music Diego support to true
OK

Verifying spring-music Diego support is set to true
OK
root@zetawiki:~# cf diego-apps
Getting apps on the Diego runtime as testuser04...
OK

name           space       org   
spring-music   testuser04   testorg

3 cf curl[ | ]

  • cf enable-diego 명령어를 cf curl 명령어로 표현하면 다음과 같다.
cf curl /v2/apps/$(cf app 앱이름 --guid) -X PUT -d '{"diego":true}'

4 같이 보기[ | ]

5 참고[ | ]

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