factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

putfile --destination option docs don't explain what it is #300

Closed joachim-n closed 1 year ago

joachim-n commented 1 year ago

-d, --destination[=DESTINATION] The target destination to copy the file to

Is this a full path that gets written? A directory, which means the source filename is preserved, or can I give a filepath with the filename too? What if I give just a filename, where does it go?

Or is it something totally different, like a server?

stmh commented 1 year ago

you can provide a relative or absolute path including filename via --destination. Tried to clarify the docs and help.