1.0.6 • Published 7 years ago

dpb v1.0.6

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
7 years ago

dpb

dpb: a command line tool to make DeployBot deployments easier.

npm.io

Getting Started

First, to install:

[sudo] npm install -g dpb

Then you're going to need to sign into DeployBot. Do this using:

dpb login

You will be prompted for your API key (found at https://[your_subdomain].deploybot.com/api_keys) and your DeployBot subdomain.

After you're done logging in, you can run dpb init in any project directory to make a .dpb file inside of that directory telling dpb what environment to deploy to. After you've done this, deploying is as simple as dpb deploy.

Usage

  Usage: dbp [options] [command]

  A command-line tool for easy deployment to DeployBot.


  Options:

    -V, --version  output the version number
    -h, --help     output usage information


  Commands:

    deploy [options]  Deploy an environment using a .dpb file
    status            Get the status of the last deployment
    init              Generate a .dpb file in the current working directory
    login             Set your DeployBot domain and API key
    help [cmd]        display help for [cmd]
1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago