New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dpb

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dpb

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

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

dpb

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

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]

Keywords

FAQs

Package last updated on 25 Jul 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc