Socket
Socket
Sign inDemoInstall

coon

Package Overview
Dependencies
113
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    coon

Utility for deployment site from git.


Version published
Weekly downloads
1
decreased by-96.43%
Maintainers
1
Install size
6.13 MB
Created
Weekly downloads
 

Readme

Source

Raccoon

Utility for deployment site from git.

Installation

Firstly, make sure you have installed the latest version of node.js (You may need to restart your computer after this step).

From NPM for use as a command line app:

npm install coon -g

From NPM for programmatic use:

npm install coon

From Git:

git clone git://github.com/TrigenSoftware/coon.git
cd coon
npm link .

Usage :shipit:

coon <help | version>

coon clear - removes hook scripts and deploy configs

coon show <configs | hosts | deploys>

coon add <host-config-name> with <deploy-config-name>
    [-w] for wizard, or 
    [--ssh-host <ssh-host>] [--ssh-user <ssh-user>] [--ssh-privatekey <ssh-path-to-private-key>] [--ssh-port <ssh-port>] 
    [--branch <branch-name>] [--build-command <build command>] [--source <source>] [--target <target>] [--delta-mode <true | false>]  

coon add host <host-config-name>
    [-w] for wizard, or
    [--ssh-host <ssh-host>] [--ssh-user <ssh-user>] [--ssh-privatekey <ssh-path-to-private-key>] [--ssh-port <ssh-port>]

coon add deploy <deploy-config-name>
    [-w] for wizard, or
    [--branch <branch-name>] [--build-command <build command>] [--source <source>] [--target <target>] [--delta-mode <true | false>]  

coon remove all <hosts | deploys>

coon remove host <name>

coon remove deploy <name>

coon edit <deploy | host> <name>
    [-w] for wizard, or
    [--ssh-host <ssh-host>] [--ssh-user <ssh-user>] [--ssh-privatekey <ssh-path-to-private-key>] [--ssh-port <ssh-port>] 
    [--branch <branch-name>] [--build-command <build command>] [--source <source>] [--target <target>] [--delta-mode <true | false>]  

coon build <deploy-name>
    [--branch <branch-name>] [--build-command <build command>] [--source <source>] [--target <target>] [--delta-mode <true | false>]

coon deploy <deploy-name> to <host-name>
    [--ssh-host <ssh-host>] [--ssh-user <ssh-user>] [--ssh-privatekey <ssh-path-to-private-key>] [--ssh-port <ssh-port>] 
    [--branch <branch-name>] [--build-command <build command>] [--source <source>] [--target <target>] [--delta-mode <true | false>] 
    
coon bind <deploy-name> to <host-name>
    [--ssh-host <ssh-host>] [--ssh-user <ssh-user>] [--ssh-privatekey <ssh-path-to-private-key>] [--ssh-port <ssh-port>] 
    [--branch <branch-name>] [--build-command <build command>] [--source <source>] [--target <target>] [--delta-mode <true | false>] 

coon unbind <deploy-name> [from <host-name>]

Keywords

FAQs

Last updated on 17 Sep 2014

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc