bunny-transfer
v0.0.4
Published
Transfer files to and from your storage zones with bunny.net in a single cli command 🐰
Downloads
29
Readme
bunny-transfer
Installation
npx --yes bunny-transfer@latest sync <from> <to...>
npx --yes bunny-transfer@latest move <from> <to...>
npx --yes bunny-transfer@latest empty <location...>
npx --yes bunny-transfer@latest purge <pull-zone...>
The difference between the sync
and move
commands is that:
- The
sync
command will sync files to the destination, and delete files in the destination that do not exist in the source. - The
move
command will move files to the destination, and leave existing files in the destination that do not exist in the source.
Documentation
Please read the docs for usage and examples.