add new chinese translations
This commit is contained in:
29
pages.zh/common/now.md
Normal file
29
pages.zh/common/now.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# 现在
|
||||
|
||||
> 无服务器部署的云平台。
|
||||
> 此命令已被弃用。请查看`vercel`,这是该工具的更新版本。
|
||||
> 更多信息:<https://zeit.co/now>。
|
||||
|
||||
- 部署当前目录:
|
||||
|
||||
`now`
|
||||
|
||||
- 显示部署列表:
|
||||
|
||||
`now list`
|
||||
|
||||
- 显示与部署相关的信息:
|
||||
|
||||
`now inspect {{deployment_url}}`
|
||||
|
||||
- 移除一个部署:
|
||||
|
||||
`now remove {{deployment_id}}`
|
||||
|
||||
- 登录账户或创建新账户:
|
||||
|
||||
`now login`
|
||||
|
||||
- 初始化一个示例项目(将创建一个新目录):
|
||||
|
||||
`now init`
|
Reference in New Issue
Block a user