Cf delete-shared-domain

1 개요[ | ]

cf delete-shared-domain
  • 모든 조직(org)에서 사용가능한 공유도메인을 삭제하는 cf 명령어
  • 관리자만 가능함

2 실행예시[ | ]

root@zetawiki:~# cf domains
Getting domains in org zeta as adminuser03@example.com...

name           status   type
zetawiki.com   shared
example.com    shared
root@zetawiki:~# cf delete-shared-domain example.com
Deleting domain example.com as adminuser03@example.com...

This domain is shared across all orgs.
Deleting it will remove all associated routes, and will make any app with this domain unreachable.
Are you sure you want to delete the domain example.com? > y
OK
root@zetawiki:~# cf domains
Getting domains in org zeta as adminuser03@example.com...

name           status   type
zetawiki.com   shared

3 같이 보기[ | ]

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