개요
- 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