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

(새 문서: ==개요== ;cf rename * 앱의 이름을 변경하는 cf 명령어 <source lang='console'> root@zetawiki:~# cf apps | grep hello hello1 started 1/1 32...)
 
 
1번째 줄: 1번째 줄:
{{소문자}}
==개요==
==개요==
;cf rename
;cf rename

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