GithubHelp home page GithubHelp logo

banphlet / herokudep Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 192 KB

A plugin for deploying apps on heroku

JavaScript 66.83% Batchfile 0.45% TypeScript 32.73%
heroku heroku-deployment heroku-app nodejs heroku-cli-plugin application-health cli

herokudep's Introduction

@banphlet/herokudep

Simple Cli for managing heroku deployments. This Cli allows you to deploy single or multiple heroku apps. After each deployment we make a request to the application health route /health. Ensure you have provided a health route in your application with the path /health or you can pass -sto skip checking the application health.

oclif Version Downloads/week License

Usage

$ npm install -g @banphlet/herokudep
$ herokudep COMMAND
running command...
$ herokudep (-v|--version|version)
@banphlet/herokudep/0.1.0 darwin-x64 node-v8.16.1
$ herokudep --help [COMMAND]
USAGE
  $ herokudep COMMAND
...

Commands

herokudep deploy

Deploy heroku applications using one command.

USAGE
  $ herokudep deploy

OPTIONS
  -a, --app=app                          (required) app to run command against
  -h, --help                             show CLI help
  -s, --skipHealthCheck=skipHealthCheck  [default: false] Skip checking /health endpoint for application health status
  -t, --token=token                      (required) Heroku api token
  -v, --version                          show CLI version

EXAMPLES
  $ herokudep deploy -t heroku-token -a heroku-app
  $ herokudep deploy -t heroku-token -a heroku-app -s // pass -s to skip checking application health

See code: src/commands/deploy.ts

herokudep help [COMMAND]

display help for herokudep

USAGE
  $ herokudep help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

herokudep start

Deploy multiple services to different heroku apps. Requires you have services.json in the root of your application

USAGE
  $ herokudep start

OPTIONS
  -h, --help         show CLI help
  -t, --token=token  (required) Heroku api token
  -v, --version      show CLI version

EXAMPLE
  $ herokudep -t heroku token

See code: src/commands/start.ts

See examples here examples

HAPPY HACKING โค

herokudep's People

Contributors

banphlet avatar wisdom0063 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

herokudep's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.