All Projects → heroku → heroku-slugs

heroku / heroku-slugs

Licence: other
CLI Plugin to manage downloading of slugs

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to heroku-slugs

heroku-cli-deploy
No description or website provided.
Stars: ✭ 23 (-36.11%)
Mutual labels:  heroku, heroku-cli-plugin
heroku-local
this code is now in https://github.com/heroku/cli
Stars: ✭ 21 (-41.67%)
Mutual labels:  heroku, heroku-cli-plugin
heroku-cli-oauth
this code is now in https://github.com/heroku/cli
Stars: ✭ 40 (+11.11%)
Mutual labels:  heroku, heroku-cli-plugin
heroku-postico
Heroku Postgres connection tool for Postico
Stars: ✭ 37 (+2.78%)
Mutual labels:  heroku, heroku-cli-plugin
starter-kit
Starter kit for full-stack JavaScript projects
Stars: ✭ 21 (-41.67%)
Mutual labels:  heroku
PokerTexter
SMS App for Poker Odds. Runs on Flask + Twilio + Heroku.
Stars: ✭ 17 (-52.78%)
Mutual labels:  heroku
botkit-heroku-redis-example
Tiny example of running botkit on Heroku with RedisCloud
Stars: ✭ 21 (-41.67%)
Mutual labels:  heroku
django-kcproject-starter
Kickstart Coding's Django Project Starter Template
Stars: ✭ 14 (-61.11%)
Mutual labels:  heroku
order-management
Simple Order Management web application built using NodeJS, ExpressJS, Polymer, MongoDB
Stars: ✭ 33 (-8.33%)
Mutual labels:  heroku
heroku-wordpress
Template project for deploying WordPress 5.7.2 to Heroku
Stars: ✭ 49 (+36.11%)
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 (+36.11%)
Mutual labels:  heroku
pydf
PDF generation in python using wkhtmltopdf for heroku and docker
Stars: ✭ 68 (+88.89%)
Mutual labels:  heroku
travel app
Travel App using Flutter 💙
Stars: ✭ 74 (+105.56%)
Mutual labels:  heroku
Google Translater V2
Google Translater v2
Stars: ✭ 30 (-16.67%)
Mutual labels:  heroku
Covid-19-API
A realtime API for coronavirus cases on Heroku. Data automatically updated every 10 minutes!
Stars: ✭ 59 (+63.89%)
Mutual labels:  heroku
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+97.22%)
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 (-47.22%)
Mutual labels:  heroku
TGInlineGIF
Telegram Inline tenor gif search bot.
Stars: ✭ 19 (-47.22%)
Mutual labels:  heroku
ak-cli
🔖 Collection of useful cli commands
Stars: ✭ 39 (+8.33%)
Mutual labels:  heroku
django-dialogflow
[Maintainer Required] Dialogflow Django is a web client to chat 💖
Stars: ✭ 26 (-27.78%)
Mutual labels:  heroku

Heroku Slugs CLI Plugin

This plugin adds commands to the Heroku CLI for downloading slugs

To Install

$ heroku plugins:install heroku-slugs

Commands

$ heroku slugs -a appname
Slugs in appname
v24: 00000000-bbbb-cccc-dddd-eeeeeeeeeeee
v23: 11111111-bbbb-cccc-dddd-eeeeeeeeeeee
v22: 22222222-bbbb-cccc-dddd-eeeeeeeeeeee
v21: 33333333-bbbb-cccc-dddd-eeeeeeeeeeee

$ heroku slugs:download 00000000-bbbb-cccc-dddd-eeeeeeeeeeee -a appname

This will download the Slug directly from our filestore on S3

Using a proxy

$ export HEROKU_HTTP_PROXY_HOST=<your-proxy-host>
$ export HEROKU_HTTP_PROXY_PORT=<your-proxy-port>
$ heroku slugs:download 00000000-bbbb-cccc-dddd-eeeeeeeeeeee -a appname
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].