Cf target

Jmnote (토론 | 기여)님의 2016년 8월 25일 (목) 10:11 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

cf target
cf t
  • 대상이 되는 조직·스페이스을 조회·설정하는 cf 명령어
cf target [-o ORG] [-s SPACE]
root@zetawiki:~# cf target
                
API endpoint:   https://api.devpack.co.kr (API version: 2.52.0)
User:           testuser03
Org:            cloudpack
Space:          testuser03
root@zetawiki:~# cf target -s testuser04
                
API endpoint:   https://api.devpack.co.kr (API version: 2.52.0)
User:           testuser03
Org:            cloudpack
Space:          testuser04
root@zetawiki:~# cf target -o cloudpack2
                
API endpoint:   https://api.devpack.co.kr (API version: 2.52.0)
User:           testuser03
Org:            cloudpack2
Space:          No space targeted, use 'cf target -s SPACE'

2 같이 보기[ | ]

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