Files
Riskey 2f88f0f7d2 docs: sync Cloud documentation for Dify 1.15.0 (#835)
* docs: add Human Input file inputs and Service API to Cloud docs

Port the Phase 2 Human Input docs (file inputs and the Service API integration flow) to the Cloud docs, mirroring the self-host pages.

- human-input.mdx (en/zh/ja): add the Single File / File List field type and the file-handling notes; the upload-limit callout states Cloud's fixed limits (documents 15 MB, images 10 MB, audio 50 MB, video 100 MB, up to 10 files) instead of self-host env vars.
- hitl-api-integration-flow.mdx (en/zh/ja): new; identical to self-host since the Service API is the same.
- docs.json: nest the integration-flow under the Human Input group in all three navs.
- zh/ja reuse the self-host translations; only the callout and the /self-host/ links changed.

* docs: rewrite Cloud model providers around AI Credits

* docs: rewrite Cloud subscription management for 1.15.0

* docs: update Cloud code node limits and XLSX image extraction note

* docs: rewrite Cloud team members management for 1.15.0

* docs: apply the 1.15.0 Integrations redesign to Cloud docs

* docs: fix workflow API reference for run-level logs and streaming

* docs: sync self-host use-dify pages and fix translation debt

* docs: align shared tutorials and quick start with 1.15.0

* docs: refine difyctl install examples and workspace reference

* docs: rewrite hotkeys page to match current shortcuts

* fix: correct broken anchor links for badged headings and tabs

* fix: correct env link and Human Input resume identifier

* feat: handle heading badges in link-checker slugs

* fix: repoint publish-mcp cross-links to the merged MCP section

* docs: rename plugin dev CLI to Dify Plugin CLI

* docs: refine CLI reference readability and expand --agent

* feat: stop format checkers flagging indented list-item content

* fix: correct zh/ja custom-endpoint spacing and a list blank line

* docs: clarify Cloud model provider install and AI Credits coverage
2026-07-02 19:51:55 +08:00

34 lines
2.7 KiB
Plaintext

---
title: 命令索引
description: 按名称查找任意 difyctl 命令,并附带其完整参考的链接
---
> 本文档由 AI 自动翻译。如有任何不准确之处,请参考 [英文原版](/en/cli/reference/command-index)。
| Command | 功能 |
|:---|:---|
| [`auth devices list`](/zh/cli/reference/auth-and-contexts#列出活跃会话) | 列出账户的活跃会话。 |
| [`auth devices revoke`](/zh/cli/reference/auth-and-contexts#撤销会话) | 撤销某个会话,或除当前会话外的所有会话。 |
| [`auth list`](/zh/cli/reference/auth-and-contexts#列出已保存的上下文) | 列出已保存的登录上下文。 |
| [`auth login`](/zh/cli/reference/auth-and-contexts#登录) | 通过 OAuth 设备流程登录 Dify 主机。 |
| [`auth logout`](/zh/cli/reference/auth-and-contexts#退出登录) | 退出当前主机的登录。 |
| [`auth whoami`](/zh/cli/reference/auth-and-contexts#查看当前身份) | 打印当前登录的身份。 |
| [`describe app`](/zh/cli/reference/apps#查看应用) | 查看单个应用的元数据和输入。 |
| [`env list`](/zh/cli/reference/environment-variables#查看已设置的变量) | 列出 difyctl 可识别的环境变量。 |
| [`export studio-app`](/zh/cli/reference/apps#导出应用) | 将工作室应用的 DSL 配置导出为 YAML。 |
| [`get app`](/zh/cli/reference/apps#列出应用) | 列出应用,或查询单个应用。 |
| [`get workspace`](/zh/cli/reference/workspaces#列出工作空间) | 列出你所属的工作空间。 |
| [`help`](/zh/cli/reference/help) | 在终端中获取帮助,包括机器可读的 JSON。 |
| [`import studio-app`](/zh/cli/reference/apps#导入应用) | 从 DSL 文件或 URL 导入工作室应用。 |
| [`resume app`](/zh/cli/reference/apps#恢复已暂停的工作流) | 恢复已暂停的工作流运行。 |
| [`run app`](/zh/cli/reference/apps#运行应用) | 运行应用并打印响应。 |
| [`skills install`](/zh/cli/reference/skills#安装技能) | 将 difyctl 技能安装到检测到的编码 Agent 中。 |
| [`use account`](/zh/cli/reference/auth-and-contexts#切换当前账户) | 切换当前主机上的活跃账户。 |
| [`use host`](/zh/cli/reference/auth-and-contexts#切换当前主机) | 切换当前的 Dify 主机。 |
| [`use workspace`](/zh/cli/reference/workspaces#切换工作空间-cloud) <Badge color="blue" size="sm">Cloud</Badge> | 切换当前活跃的工作空间。 |
| [`version`](/zh/cli/reference/version) | 显示客户端和服务端版本及兼容性。 |
[全局标志](/zh/cli/reference/global-flags) 适用于所有命令。
关于输出格式、错误和退出码,详见 [输出格式与退出码](/zh/cli/reference/output-formats-and-exit-codes)。