We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ssh user@hostname 'cat /tmp/remotefile.conf' > /tmp/localfile.conf
Reference: https://unix.stackexchange.com/a/177837/164172
cf ssh <appname> -c 'cat /tmp/remotefile.conf' > /tmp/localfile.conf