- Heroku Cookbook
- Mike Coutermarsh
- 179字
- 2021-08-05 17:14:27
Introduction
Heroku was built to be managed from its command-line interface. The better we learn it, the faster and more effective we will be in administering our application. The goal of this chapter is to get comfortable with using the CLI. We'll see that each Heroku command follows a common pattern. Once we learn a few of these commands, the rest will be relatively simple to master.
In this chapter, we won't cover every command available in the CLI, but we will focus on the ones that we'll be using the most. As we learn each command, we will also learn a little more about what is happening behind the scenes so that we get a better understanding of how Heroku works. The more we understand, the more we'll be able to take advantage of the platform.
Before we start, let's note that if we ever need to get a list of the available commands, we can run the following command:
$ heroku help
We can also quickly display the documentation for a single command:
$ heroku help command_name
- Qt 5 and OpenCV 4 Computer Vision Projects
- HTML5+CSS3基礎(chǔ)開發(fā)教程(第2版)
- Unity Game Development Scripting
- Learning DHTMLX Suite UI
- Learning ArcGIS for Desktop
- HTML 5與CSS 3權(quán)威指南(第3版·上冊(cè))
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- Java并發(fā)編程之美
- Data Science Algorithms in a Week
- PHP+MySQL Web應(yīng)用開發(fā)教程
- 游戲設(shè)計(jì)的底層邏輯
- Distributed Computing with Python
- MySQL從入門到精通
- 微信小程序開發(fā)圖解案例教程:附精講視頻(第3版)
- Python Machine Learning