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

32 lines
2.6 KiB
Plaintext

---
title: Command Index
description: Find any difyctl command by name, with a link to its full reference
---
| Command | What it does |
|:---|:---|
| [`auth devices list`](/en/cli/reference/auth-and-contexts#list-your-active-sessions) | List the active sessions for your account. |
| [`auth devices revoke`](/en/cli/reference/auth-and-contexts#revoke-sessions) | Revoke one session, or all but the current one. |
| [`auth list`](/en/cli/reference/auth-and-contexts#list-your-saved-contexts) | List your saved sign-in contexts. |
| [`auth login`](/en/cli/reference/auth-and-contexts#sign-in) | Sign in to a Dify host with the OAuth device flow. |
| [`auth logout`](/en/cli/reference/auth-and-contexts#sign-out) | Sign out of the active host. |
| [`auth whoami`](/en/cli/reference/auth-and-contexts#check-your-active-identity) | Print the identity you're signed in as. |
| [`describe app`](/en/cli/reference/apps#inspect-an-app) | Inspect one app's metadata and inputs. |
| [`env list`](/en/cli/reference/environment-variables#see-whats-set) | List the environment variables difyctl recognizes. |
| [`export studio-app`](/en/cli/reference/apps#export-an-app) | Export a studio app's DSL configuration as YAML. |
| [`get app`](/en/cli/reference/apps#list-your-apps) | List apps, or look up one app. |
| [`get workspace`](/en/cli/reference/workspaces#list-your-workspaces) | List the workspaces you belong to. |
| [`help`](/en/cli/reference/help) | Get help in the terminal, including machine-readable JSON. |
| [`import studio-app`](/en/cli/reference/apps#import-an-app) | Import a studio app from a DSL file or URL. |
| [`resume app`](/en/cli/reference/apps#resume-a-paused-workflow) | Resume a paused workflow run. |
| [`run app`](/en/cli/reference/apps#run-an-app) | Run an app and print the response. |
| [`skills install`](/en/cli/reference/skills#install-the-skill) | Install the difyctl skill into detected coding agents. |
| [`use account`](/en/cli/reference/auth-and-contexts#switch-the-active-account) | Switch the active account on the current host. |
| [`use host`](/en/cli/reference/auth-and-contexts#switch-the-active-host) | Switch the active Dify host. |
| [`use workspace`](/en/cli/reference/workspaces#switch-your-workspace-cloud) <Badge color="blue" size="sm">Cloud</Badge> | Switch your active workspace. |
| [`version`](/en/cli/reference/version) | Show client and server versions and compatibility. |
[Global flags](/en/cli/reference/global-flags) work across commands.
For the output formats, errors, and exit codes, see [Output Formats and Exit Codes](/en/cli/reference/output-formats-and-exit-codes).