"Cf api"의 두 판 사이의 차이

 
1번째 줄: 1번째 줄:
==개요==
==개요==
{{소문자}}
;cf api
;cf api
* 대상 API URL을 조회·설정하는 cf 명령어
* 대상 API URL을 조회·설정하는 cf 명령어

2020년 1월 27일 (월) 21:01 기준 최신판

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 }}