New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

xdeploy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xdeploy

a tool to push files to server

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

xdeploy

A tool to push files to remote server

Install

  • npm install xdeploy -g

Usage

  • create xdeploy.json file at root of the directory that you will push from
{
  "receiver" : "http://deploy.city.qq.com/receiver.php",
  "to" : "/usr/local/qqcom_app/proj",
  "retry" : 5,
  "ignores" : ['.svn']
}

files will be pushed to to; the path contains any item of ignores array will be ignored

  • xdeploy -a start to push

Default ignore string list

  • .svn
  • xdeploy
  • .DS_Store
  • .git

Keywords

push

FAQs

Package last updated on 16 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts