All Projects → heroku → heroku-local

heroku / heroku-local

Licence: ISC license
this code is now in https://github.com/heroku/cli

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to heroku-local

heroku-postico
Heroku Postgres connection tool for Postico
Stars: ✭ 37 (+76.19%)
Mutual labels:  heroku, heroku-cli-plugin
heroku-cli-deploy
No description or website provided.
Stars: ✭ 23 (+9.52%)
Mutual labels:  heroku, heroku-cli-plugin
heroku-slugs
CLI Plugin to manage downloading of slugs
Stars: ✭ 36 (+71.43%)
Mutual labels:  heroku, heroku-cli-plugin
heroku-cli-oauth
this code is now in https://github.com/heroku/cli
Stars: ✭ 40 (+90.48%)
Mutual labels:  heroku, heroku-cli-plugin
starter-kit
Starter kit for full-stack JavaScript projects
Stars: ✭ 21 (+0%)
Mutual labels:  heroku
plaxt
Webhooks based Trakt.tv scrobbling for Plex
Stars: ✭ 20 (-4.76%)
Mutual labels:  heroku
ai-image-recognition-web
Derin Öğrenme Kütüphanesi Keras ile Python Flask Web Framework Üzerinde Nesne Tanıma Uygulaması - https://vision-image-classify.herokuapp.com/
Stars: ✭ 24 (+14.29%)
Mutual labels:  heroku
telemirror
Telegram forwarder from channels via Telegram Client API (telethon)
Stars: ✭ 66 (+214.29%)
Mutual labels:  heroku
police-cad
This is a easy to setup and use police server CAD. Includes a signup/login for both Civilians and Police Officers. Also this is mobile friendly. Built for GTA V's Modding framework: FiveM.
Stars: ✭ 49 (+133.33%)
Mutual labels:  heroku
TGInlineGIF
Telegram Inline tenor gif search bot.
Stars: ✭ 19 (-9.52%)
Mutual labels:  heroku
nlg-markovify-api
An API built on Plumber (R) utilizing Markovify, a Python package, wrapped in markovifyR (R). It builds a Markov Chain-model based on text (user input) and generates new text based on the model.
Stars: ✭ 19 (-9.52%)
Mutual labels:  heroku
buildpacks-ruby
An experimental Cloud Native Buildpack for Ruby
Stars: ✭ 15 (-28.57%)
Mutual labels:  heroku
PokerTexter
SMS App for Poker Odds. Runs on Flask + Twilio + Heroku.
Stars: ✭ 17 (-19.05%)
Mutual labels:  heroku
ChartTheStockMarket
🔥 📈 💸 Chart the Stock Market - FCC Challenge
Stars: ✭ 39 (+85.71%)
Mutual labels:  heroku
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+238.1%)
Mutual labels:  heroku
IsSeptaFcked
Real-time status for Philadelphia Regional Rail
Stars: ✭ 47 (+123.81%)
Mutual labels:  heroku
django-kcproject-starter
Kickstart Coding's Django Project Starter Template
Stars: ✭ 14 (-33.33%)
Mutual labels:  heroku
Malicious-Urlv5
A multi-layered and multi-tiered Machine Learning security solution, it supports always on detection system, Django REST framework used, equipped with a web-browser extension that uses a REST API call.
Stars: ✭ 35 (+66.67%)
Mutual labels:  heroku
teller
Cloud native secrets management for developers - never leave your command line for secrets.
Stars: ✭ 998 (+4652.38%)
Mutual labels:  heroku
botkit-heroku-redis-example
Tiny example of running botkit on Heroku with RedisCloud
Stars: ✭ 21 (+0%)
Mutual labels:  heroku

heroku-local Circle CI

Code Climate npm version License

js-standard-style

Run heroku apps locally. This plugin is built into the Heroku Toolbelt, you do not need to install it separately.

To use:

$ heroku local
12:47:17 PM web.1 | listening on 3000

This command internally uses node-foreman to run the app locally.

Commands

heroku local [PROCESSNAME]

run heroku app locally

USAGE
  $ heroku local [PROCESSNAME]

OPTIONS
  -e, --env=env            location of env file (defaults to .env)
  -f, --procfile=procfile  use a different Procfile
  -p, --port=port          port to listen on

DESCRIPTION
  Start the application specified by a Procfile (defaults to ./Procfile)

EXAMPLES
  $ heroku local
  $ heroku local web
  $ heroku local web=2
  $ heroku local web=1,worker=2

heroku local:run

run a one-off command

USAGE
  $ heroku local:run

OPTIONS
  -e, --env=env
  -p, --port=port

EXAMPLES
  $ heroku local:run bin/migrate

heroku local:start [PROCESSNAME]

run heroku app locally

USAGE
  $ heroku local:start [PROCESSNAME]

OPTIONS
  -e, --env=env            location of env file (defaults to .env)
  -f, --procfile=procfile  use a different Procfile
  -p, --port=port          port to listen on

DESCRIPTION
  Start the application specified by a Procfile (defaults to ./Procfile)

EXAMPLES
  $ heroku local
  $ heroku local web
  $ heroku local web=2
  $ heroku local web=1,worker=2

heroku local:version

display node-foreman version

USAGE
  $ heroku local:version
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].