ft-interactive/igdeploy

Name: igdeploy

Owner: FT Interactive News

Description: null

Created: 2014-06-30 12:45:40.0

Updated: 2017-02-01 15:48:09.0

Pushed: 2017-02-01 15:48:08.0

Homepage: null

Size: 7

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

DEPRECATED

Try ft-graphics-deploy.


igdeploy

For internal FT use. May or may not work when deploying to other servers.

Usage
igdeploy = require('igdeploy');

ploy(options, function (err) {
 (err) throw err;
nsole.log('deployed!');

Options

Options are automatically loaded from a JSON file called .igdeploy. It first looks for this file in the current working directory, then in the parent directory, etc. The idea is to put an .igdeploy file in your home directory, containing the options username, password and host.

You can also pass options in manually as the first argument. These options are merged with the ones from your .igdeploy file. If any options have the same name, the ones passed into the function directly take priority.

src (string) dest (string) destPrefix (string, optional) host (string) undo (boolean, default: false)

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.