Cf CLI Diego-Enabler 플러그인 설치

cf CLI Diego-Enabler 플러그인 설치

1 확인[ | ]

root@zetawiki:~# cf diego-apps
'diego-apps' is not a registered command. See 'cf help'
root@zetawiki:~# cf plugins
Listing Installed Plugins...
OK

Plugin Name   Version   Command Name   Command Help
→ 플러그인이 없음
root@zetawiki:~# cf list-plugin-repos 
OK

Repo Name   URL
→ 등록된 플러그인 저장소도 없음

2 플러그인 저장소 추가[ | ]

root@zetawiki:~# cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org/

OK
https://plugins.cloudfoundry.org/list added as 'CF-Community'
root@zetawiki:~# cf list-plugin-repos 
OK

Repo Name      URL
CF-Community   https://plugins.cloudfoundry.org/

3 플러그인 설치[ | ]

root@zetawiki:~# cf repo-plugins | grep Diego
Diego-Enabler                1.2.3     Enable/Disable Diego support for an app (CLI v6.13.0+)
root@zetawiki:~# cf install-plugin Diego-Enabler -r CF-Community

**Attention: Plugins are binaries written by potentially untrusted authors. Install and use plugins at your own risk.**

Do you want to install the plugin Diego-Enabler? (y or n)> y
Looking up 'Diego-Enabler' from repository 'CF-Community'
10404970 bytes downloaded...
Installing plugin diego-enabler_linux_amd64...
OK
Plugin Diego-Enabler v1.2.3 successfully installed.

4 확인 2[ | ]

root@zetawiki:~# cf plugins
Listing Installed Plugins...
OK

Plugin Name     Version   Command Name        Command Help
Diego-Enabler   1.2.3     enable-diego        Migrate app to the Diego runtime
Diego-Enabler   1.2.3     disable-diego       Migrate app to the DEA runtime
Diego-Enabler   1.2.3     has-diego-enabled   Report whether an app is configured to run on the Diego runtime
Diego-Enabler   1.2.3     diego-apps          Lists all apps running on the Diego runtime that are visible to the user
Diego-Enabler   1.2.3     dea-apps            Lists all apps running on the DEA runtime that are visible to the user
Diego-Enabler   1.2.3     migrate-apps        Migrate all apps to Diego/DEA
root@zetawiki:~# cf diego-apps
Getting apps on the Diego runtime as testuser01...
OK

name   space   org

5 같이 보기[ | ]

6 참고[ | ]

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