Created
October 25, 2017 12:43
-
-
Save FrancescoSaverioZuppichini/0e810399e23c254df7f83d528e2c2dd5 to your computer and use it in GitHub Desktop.
Heroku Cheatsheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##################################################### | |
# Name: Heroku CLI CheatSheet | |
# Author: J. Le Coupanec | |
# Date: 2017/10/03 | |
# https://devcenter.heroku.com/articles/heroku-cli | |
##################################################### | |
heroku access # manage user access to apps | |
heroku addons # tools and services for developing, extending, and operating your app | |
heroku apps # manage apps | |
heroku auth # heroku authentication | |
heroku authorizations # OAuth authorizations | |
heroku buildpacks # manage the buildpacks for an app | |
heroku certs # a topic for the ssl plugin | |
heroku ci # run an application test suite on Heroku | |
heroku clients # OAuth clients on the platform | |
heroku config # manage app config vars | |
heroku container # Use containers to build and deploy Heroku apps | |
heroku domains # manage the domains for an app | |
heroku drains # list all log drains | |
heroku features # manage optional features | |
heroku git # manage local git repository for app | |
heroku keys # manage ssh keys | |
heroku labs # experimental features | |
heroku local # run heroku app locally | |
heroku logs # display recent log output | |
heroku maintenance # manage maintenance mode for an app | |
heroku members # manage organization members | |
heroku notifications # display notifications | |
heroku orgs # manage organizations | |
heroku pg # manage postgresql databases | |
heroku pipelines # manage collections of apps in pipelines | |
heroku plugins # manage plugins | |
heroku ps # manage dynos (dynos, workers) | |
heroku redis # manage heroku redis instances | |
heroku regions # list available regions | |
heroku releases # manage app releases | |
heroku run # run a one-off process inside a Heroku dyno | |
heroku sessions # OAuth sessions | |
heroku spaces # manage heroku private spaces | |
heroku status # status of the Heroku platform | |
heroku teams # manage teams | |
heroku update # update CLI | |
heroku webhooks # setup HTTP notifications of app activity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment