0.0.6 • Published 6 years ago

@ball6847/ftp-deploy v0.0.6

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

FTP Deploy

Build Status npm version docker image

Simple command-line interface for ftp-deploy

This project is work-in-progress.

Installation

npm install -g @ball6847/ftp-deploy

Usage

Usage: ftp-deploy [options] <local> <remote>

Options:

  -V, --version  output the version number
  -h, --help     output usage information

Example

# build your frontend app, let's say angular
ng build --prod

# deploy content of dist directory to /var/www of remote ftp server
ftp-deploy dist/ ftp://demo:demo@localhost:21/var/www

# you can use ftps if needed

Warning: above example will create remote directory if it does not exist, remove any content inside and upload all files to it

TODO

  • Add more helpful messages.
  • Add --verbose option.
  • Add --clear-target-dir option (make it safe by default).

CREDITS

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago