文档问题: initialize-development-to #143

Closed
opened 2026-02-16 05:19:19 -05:00 by yindo · 0 comments
Owner

Originally created by @wwwwwwsaw on GitHub (Jul 2, 2025).

问题描述

页面链接

https://github.com/langgenius/dify-docs/blob/main/plugin-dev-zh/0221-initialize-development-tools.mdx
请介绍一下window的安装和启动方式,直接启动提示:This is a command line tool.You need to open cmd.exe and run it from there.,使用cmd启动,信息如下:

C:\Users\Administrator>dify-plugin-windows-amd64.exe
Dify is a cli tool to help you develop your Dify projects.

Usage:
  dify [command]

Available Commands:
  bundle      Bundle
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  plugin      Plugin
  signature   Signature
  version     Version

Flags:
      --config string   config file (default is $HOME/.dify.yaml)
  -h, --help            help for dify

Use "dify [command] --help" for more information about a command.

C:\Users\Administrator>dify
'dify' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

是不是要有添加环境变量等操作才能顺利运行?

建议修改

Originally created by @wwwwwwsaw on GitHub (Jul 2, 2025). ## 问题描述 <!-- 请简要描述您发现的问题 --> ## 页面链接 https://github.com/langgenius/dify-docs/blob/main/plugin-dev-zh/0221-initialize-development-tools.mdx 请介绍一下window的安装和启动方式,直接启动提示:`This is a command line tool.You need to open cmd.exe and run it from there.`,使用cmd启动,信息如下: ```bash C:\Users\Administrator>dify-plugin-windows-amd64.exe Dify is a cli tool to help you develop your Dify projects. Usage: dify [command] Available Commands: bundle Bundle completion Generate the autocompletion script for the specified shell help Help about any command plugin Plugin signature Signature version Version Flags: --config string config file (default is $HOME/.dify.yaml) -h, --help help for dify Use "dify [command] --help" for more information about a command. C:\Users\Administrator>dify 'dify' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 ``` 是不是要有添加环境变量等操作才能顺利运行? ## 建议修改 <!-- 如果有具体的修改建议,请在此说明 --> <!-- 感谢您对文档质量的关注! -->
yindo closed this issue 2026-02-16 05:19:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#143