Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjhorner/dpb
A command line tool to make DeployBot deployments easier.
https://github.com/tjhorner/dpb
cli cli-app command-line deploybot nodejs
Last synced: 22 days ago
JSON representation
A command line tool to make DeployBot deployments easier.
- Host: GitHub
- URL: https://github.com/tjhorner/dpb
- Owner: tjhorner
- License: gpl-3.0
- Created: 2017-07-25T07:42:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T14:47:27.000Z (about 6 years ago)
- Last Synced: 2024-12-09T03:48:28.134Z (28 days ago)
- Topics: cli, cli-app, command-line, deploybot, nodejs
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dpb
`dpb`: a command line tool to make DeployBot deployments easier.
![](https://i.imgur.com/bsIdBp9.gif)
## 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 informationCommands:
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]
```