Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,28 +1,28 @@
# heroku
> 从命令行创建和管理 Heroku 应用.
> 更多信息: <https://www.heroku.com/>.
> 从命令行创建和管理 Heroku 应用
> 更多信息 <https://www.heroku.com/>.
- 登录到你的 heroku 帐户:
- 登录到你的 heroku 帐户
`heroku login`
- 创建一个 heroku 应用:
- 创建一个 heroku 应用
`heroku create`
- 显示应用的日志:
- 显示应用的日志
`heroku logs --app {{app_name}}`
- 在 dynoHeroku 虚拟机)中运行一次性进程:
- 在 dynoHeroku 虚拟机)中运行一次性进程
`heroku run {{process_name}} --app {{app_name}}`
- 列出应用的 dynoHeroku 虚拟机):
- 列出应用的 dynoHeroku 虚拟机)
`heroku ps --app {{app_name}}`
- 永久销毁应用:
- 永久销毁应用
`heroku destroy --app {{app_name}}`