"Cf CLI 명령어"의 두 판 사이의 차이

113번째 줄: 113번째 줄:
| [[cf update-quota]] || · || 쿼타 갱신
| [[cf update-quota]] || · || 쿼타 갱신
|-
|-
!colspan='3'| 플러그인 명령어
!colspan='3'| (Optional) 플러그인 명령어
|-
|-
| [[cf download]] || · || 다운로드
| [[cf download]] || · || 다운로드

2016년 8월 8일 (월) 17:40 판

cf 명령어
cf CLI 명령어

1 주요 명령어

명령어 alias 설명
기본
cf api
cf login ★★
cf apps ★★★ 앱 목록 조회
cf app 앱 정보 조회
cf push ★★★
cf restage ·
cf logs ★★ ·
cf files · 파일 목록 조회 (DEA 방식만 가능)
조직
cf orgs 조직 목록 조회
cf org 조직 정보 조회
cf org-users
서비스
cf marketplace
cf services ★★ 서비스 목록 조회
cf service 서비스 정보 조회
cf create-service cf cs
cf delete-service cf ds
cf update-service ·
cf create-user-provided-service cf cups 사용자정의서비스 등록
cf update-user-provided-service cf uups 사용자정의서비스 갱신
cf bind-service ★★ cf bs 서비스에 앱을 연결
cf unbind-service cf us 서비스에서 앱을 분리
시큐리티 그룹
cf security-groups · 시큐리티 그룹 목록 조회
cf security-group · 시큐리티 그룹 정보 조회
cf create-security-group · 시큐리티 그룹 생성
cf update-security-group · 시큐리티 그룹 갱신
cf delete-security-group · 시큐리티 그룹 삭제
cf bind-security-group · 시큐리티 그룹을 스페이스에 연결
cf unbind-security-group · 시큐리티 그룹을 스페이스에서 분리
도메인
cf domains · 등록된 도메인 목록 조회
cf create-domain · 도메인 생성(등록)
cf delete-domain · 도메인 삭제
서비스 브로커
cf service-brokers · 서비스 브로커 목록 조회
cf create-service-broker · 서비스 브로커 생성
cf update-service-broker · 서비스 브로커 갱신
cf delete-service-broker · 서비스 브로커 삭제
cf rename-service-broker · 서비스 브로커 이름 변경
서비스 액세스
cf service-access · 서비스 액세스 목록 조회
cf enable-service-access · 서비스 액세스 활성화
cf disable-service-access · 서비스 액세스 비활성화
쿼타
cf quotas · 쿼타 목록 조회
cf quota · 쿼타 정보 조회
cf set-quota · 쿼타 설정
cf create-quota · 쿼타 생성
cf delete-quota · 쿼타 삭제
cf update-quota · 쿼타 갱신
(Optional) 플러그인 명령어
cf download · 다운로드

2 같이 보기

3 참고 자료

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