Cf CLI download 플러그인 설치

cf download 플러그인 설치

1 확인[ | ]

root@zetawiki:~# cf download
'download' is not a registered command. See 'cf help'
root@zetawiki:~# cf plugins
Listing Installed Plugins...
OK

Plugin Name   Version   Command Name   Command Help

2 플러그인 다운로드[ | ]

root@zetawiki:~# wget https://raw.githubusercontent.com/ibmjstart/cf-download/master/binaries/linux/amd64/cf-download
--2016-07-04 11:09:01--  https://raw.githubusercontent.com/ibmjstart/cf-download/master/binaries/linux/amd64/cf-download
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.100.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.100.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9574176 (9.1M) [application/octet-stream]
Saving to: ‘cf-download’

100%[=================================================>] 9,574,176   8.91MB/s   in 1.0s   

2016-07-04 11:09:03 (8.91 MB/s) - ‘cf-download’ saved [9574176/9574176]

root@zetawiki:~# ll cf-download 
-rw-r--r-- 1 root root 9574176 Jul  4 11:09 cf-download

3 플러그인 설치[ | ]

root@zetawiki:~# chmod +x cf-download
root@zetawiki:~# cf install-plugin cf-download

**Attention: Plugins are binaries written by potentially untrusted authors. Install and use plugins at your own risk.**

Do you want to install the plugin cf-download? (y or n)> y
Installing plugin cf-download...
OK
Plugin cf-download v1.1.0 successfully installed.

4 확인 2[ | ]

root@zetawiki:~# cf plugins
Listing Installed Plugins...
OK

Plugin Name   Version   Command Name   Command Help
cf-download   1.1.0     download       Download contents of a running app's file directory
root@zetawiki:~# cf download

Error: Missing App Name
NAME:
   download - Download contents of a running app's file directory

USAGE:
   cf download APP_NAME [PATH] [--overwrite] [--verbose] [--omit ommited_paths] [-i instance_num]

OPTIONS:
   --omit "path/to/file"       Omit directories or files (delimited by semicolons)
   --overwrite                 Overwrite existing files
   --verbose                   Verbose output
   -i                          Instance

5 같이 보기[ | ]

6 참고[ | ]

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