1 개요[ | ]
- cf delete-shared-domain
- 모든 조직(org)에서 사용가능한 공유도메인을 삭제하는 cf 명령어
- 관리자만 가능함
2 실행예시[ | ]
Console
Copy
root@zetawiki:~# cf domains
Getting domains in org zeta as adminuser03@example.com...
name status type
zetawiki.com shared
example.com shared
Console
Copy
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
Console
Copy
root@zetawiki:~# cf domains
Getting domains in org zeta as adminuser03@example.com...
name status type
zetawiki.com shared
3 같이 보기[ | ]
- cf create-shared-domain - 공유 도메인 생성(관리자만 가능)
- cf delete-domain - 도메인 삭제
- cf domains - 도메인 목록 조회
- cf 명령어
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.