doploy

1.0.0-beta0 • Public • Published

doploy

A remote provisioning manager for the dokku platform (work in progress).

Installation

npm install -g doploy

SSH configuration example

~/.ssh/config

Host localhost.dev
   User dokku
   IdentityFile ~/.ssh/id_rsa
Usage: doploy [options] [command]
 
 
Commands:
 
  install <host>    installs the app on the given host
  uninstall <host>  uninstalls the app on the given host
 
Options:
 
  -h, --help     output usage information
  -V, --version  output the version number

Tests

gulp test

License

MIT © 2015, André König (andre.koenig@posteo.de)

Readme

Keywords

Package Sidebar

Install

npm i doploy

Weekly Downloads

1

Version

1.0.0-beta0

License

MIT

Last publish

Collaborators

  • akoenig