@dazitech/cli 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -78,7 +78,7 @@ pnpm run publish:cli
78
78
 
79
79
  ```powershell
80
80
  # 全局
81
- pnpm add -g @dazitech/cli@3.0.2
81
+ pnpm add -g @dazitech/cli@3.0.3
82
82
 
83
83
  # 确认 PATH(pnpm 全局 bin)
84
84
  pnpm bin -g
@@ -91,7 +91,7 @@ dazi auth whoami
91
91
  在 `dazi-work` 根目录:
92
92
 
93
93
  ```powershell
94
- dazi flow project status --dir "项目\flow_xxx\流程\MyFlow"
94
+ dazi flow project status --dir "D:\path\to\dazi-work\项目\<业务名>\流程\flows\MyFlow"
95
95
  ```
96
96
 
97
97
  ## 项目内安装(可选)
@@ -16753,7 +16753,7 @@ function registerLegacyCompatCommands(program3) {
16753
16753
  var program2 = new Command();
16754
16754
  program2.name("dazi-app").description(
16755
16755
  "\u642D\u5B50 App CLI \u2014 DRAP \u524D\u7AEF\u5E94\u7528\uFF08manifest / build / upload / preview\uFF09"
16756
- ).version("3.0.2", "-v, --version");
16756
+ ).version("3.0.3", "-v, --version");
16757
16757
  registerAuth(program2);
16758
16758
  registerBuild(program2);
16759
16759
  registerDev(program2);