Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Useful commands and code snippets

Amin Jamali edited this page Feb 27, 2018 · 1 revision
  • Copy files from CF 2016 containers to local machine through ssh: cf ssh MY-APP -c 'tar -cf - *.log' | tar -x
Clone this wiki locally