Cf api

Jmnote (토론 | 기여)님의 2016년 3월 15일 (화) 14:26 판 (새 문서: ==개요== ;cf api * 대상 API URL을 조회·설정하는 cf 명령어 ==실행예시== <source lang='cli'> C:\Users\jmnote>cf api No api endpoint set. Use 'cf api' to set an endpo...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

cf api
  • 대상 API URL을 조회·설정하는 cf 명령어

2 실행예시

C:\Users\jmnote>cf api
No api endpoint set. Use 'cf api' to set an endpoint
C:\Users\jmnote>cf api api.example.com
Setting api endpoint to api.example.com...
OK

API endpoint:   https://api.example.com (API version: 2.51.0)
Not logged in. Use 'cf login' to log in.
C:\Users\jmnote>cf api
API endpoint: https://api.example.com (API version: 2.51.0)

3 같이 보기

4 참고 자료

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