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
3.8 KiB
Plaintext

---
title: コマンド索引
description: difyctl の任意のコマンドを名前で検索し、完全なリファレンスへのリンクを取得
---
> このドキュメントは AI によって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/cli/reference/command-index) を参照してください。
| Command | 機能 |
|:---|:---|
| [`auth devices list`](/ja/cli/reference/auth-and-contexts#アクティブなセッションを一覧表示) | アカウントのアクティブなセッションを一覧表示します。 |
| [`auth devices revoke`](/ja/cli/reference/auth-and-contexts#セッションを取り消す) | 特定のセッション、または現在のセッション以外のすべてを取り消します。 |
| [`auth list`](/ja/cli/reference/auth-and-contexts#保存済みのコンテキストを一覧表示) | 保存済みのサインインコンテキストを一覧表示します。 |
| [`auth login`](/ja/cli/reference/auth-and-contexts#サインイン) | OAuth デバイスフローで Dify ホストにサインインします。 |
| [`auth logout`](/ja/cli/reference/auth-and-contexts#サインアウト) | アクティブなホストからサインアウトします。 |
| [`auth whoami`](/ja/cli/reference/auth-and-contexts#現在の認証情報を確認) | サインイン中の認証情報を表示します。 |
| [`describe app`](/ja/cli/reference/apps#アプリを確認) | 単一アプリのメタデータと入力を確認します。 |
| [`env list`](/ja/cli/reference/environment-variables#設定値を確認) | difyctl が認識する環境変数を一覧表示します。 |
| [`export studio-app`](/ja/cli/reference/apps#アプリをエクスポート) | スタジオアプリの DSL 設定を YAML としてエクスポートします。 |
| [`get app`](/ja/cli/reference/apps#アプリを一覧表示) | アプリを一覧表示するか、単一アプリを検索します。 |
| [`get workspace`](/ja/cli/reference/workspaces#ワークスペースの一覧表示) | 所属するワークスペースを一覧表示します。 |
| [`help`](/ja/cli/reference/help) | 機械可読な JSON を含め、ターミナルでヘルプを取得します。 |
| [`import studio-app`](/ja/cli/reference/apps#アプリをインポート) | DSL ファイルまたは URL からスタジオアプリをインポートします。 |
| [`resume app`](/ja/cli/reference/apps#一時停止したワークフローを再開) | 一時停止したワークフローの実行を再開します。 |
| [`run app`](/ja/cli/reference/apps#アプリを実行) | アプリを実行し、レスポンスを表示します。 |
| [`skills install`](/ja/cli/reference/skills#スキルのインストール) | 検出されたコーディングエージェントに difyctl スキルをインストールします。 |
| [`use account`](/ja/cli/reference/auth-and-contexts#アクティブなアカウントを切り替える) | 現在のホストでアクティブなアカウントを切り替えます。 |
| [`use host`](/ja/cli/reference/auth-and-contexts#アクティブなホストを切り替える) | アクティブな Dify ホストを切り替えます。 |
| [`use workspace`](/ja/cli/reference/workspaces#ワークスペースの切り替え-cloud) <Badge color="blue" size="sm">Cloud</Badge> | アクティブなワークスペースを切り替えます。 |
| [`version`](/ja/cli/reference/version) | クライアントとサーバーのバージョンおよび互換性を表示します。 |
[グローバルフラグ](/ja/cli/reference/global-flags) はすべてのコマンドで使用できます。
出力形式、エラー、終了コードについては、[出力形式と終了コード](/ja/cli/reference/output-formats-and-exit-codes) を参照してください。