@mbturan/wt-cli
v0.0.5
Published
Simple CLI tool for uploading files to wetransfer
Downloads
17
Maintainers
Readme
wetransfer-cli
Table of Contents
About
A wetransfer cli tool that can upload encrypted files with given password and decrypt the same files.
Getting Started
These instructions will get you a copy of the project up and running on your local machine.
Prerequisites
- NodeJS 6+
Installing
This is a CLI module. Install it global only.
npm install -g @mbturan/wetransfer-cliThis will give you access to wt-cli command.
Usage
wt-cli upload foldername --folder --encrypt --password 1234
# alias
wt-cli u foldername --folder --encrypt --password 1234
# For interactive mode
wt-cli upload
## or
wt-cli upload -i
wt-cli upload --interactive
Decrypt encrypted files
wt-cli decrypt fileName --password examplePassword
# alias
wt-cli d fileName --password examplePassword
# interactive mode
wt-cli d
## or
wt-cli d --interactive
## or
wt-cli d -i