Cf create-org

1 개요[ | ]

cf create-org
  • 조직을 생성하는 cf 명령어

2 실행예시[ | ]

root@zetawiki:~# cf orgs
Getting orgs as admin...

name   
default
root@zetawiki:~# cf create-org testers
Creating org testers as admin...
OK

Assigning role OrgManager to user admin in org testers ...
OK

TIP: Use 'cf target -o testers' to target new org
root@zetawiki:~# cf orgs
Getting orgs as admin...

name   
default
testers
root@zetawiki:~# cf org testers
Getting info for org testers as admin...
OK

testers:                      
           domains:        example.com
           quota:          default (10240M memory limit, Unlimited instance memory limit, 1000 routes, 100 services, paid services allowed)   
           spaces:            
           space quotas:

3 같이 보기[ | ]

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