0.4.9 • Published 10 years ago

coon v0.4.9

Weekly downloads
3
License
GNU GPL v2
Repository
github
Last release
10 years ago

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>]
0.4.9

10 years ago

0.4.8

10 years ago

0.4.7

10 years ago

0.4.6

10 years ago

0.4.5

10 years ago

0.4.4

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.3.8

10 years ago

0.3.7

10 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.2.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.6

10 years ago