Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 432 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 432 Bytes

cf-scp

Script to copy data via scp to and from CloudFoundry instances. This follows the official guide of CloudFoundry.

Usage

cf-scp-get $APP_NAME $SOURCE $TARGET cf-scp-put $APP_NAME $SOURCE $TARGET

Example:

cf-scp-get my_fancy_app /tmp/on-cf/data.json /tmp/local/data.json

Required tools:

  • cf-cli
  • jq
  • scp