Files
tldr/pages.zh/common/railway.md

28 lines
511 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 铁路
> 将代码连接到铁路项目。
> 更多信息:<https://railway.app/>.
- 登录到铁路账户:
`railway login`
- 连接到铁路账户或团队下的现有项目:
`railway link {{projectId}}`
- 创建一个新项目:
`railway init`
- 使用活动环境中的变量运行本地命令:
`railway run {{cmd}}`
- 部署连接的项目目录(如果从子目录运行,仍然会部署项目根目录):
`railway up`
- 打开与数据库的交互式 shell
`railway connect`