cf rename

Jmnote (토론 | 기여)님의 2020년 1월 12일 (일) 12:07 판 (→‎개요)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

cf rename
  • 앱의 이름을 변경하는 cf 명령어
root@zetawiki:~# cf apps | grep hello
hello1               started           1/1         32M      1G     hello1.devpack.co.kr
root@zetawiki:~# cf rename hello1 hello2
Renaming app hello1 to hello2 in org cloudpack / space testuser03 as testuser03...
OK
root@zetawiki:~# cf apps | grep hello
hello2               started           1/1         32M      1G     hello1.devpack.co.kr

2 같이 보기[ | ]

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