@aipt/cli 0.1.30 → 0.1.32
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 +1 -1
- package/dist/application-runner.js +174 -174
- package/dist/application.js +1 -1
- package/dist/chunk.js +1 -1
- package/dist/package-releases/aipt--cli/0.1.31/release.json +29 -0
- package/dist/package-releases/aipt--cli/0.1.32/release.json +29 -0
- package/dist/package-releases/aipt--idp-setup/0.1.5/release.json +31 -0
- package/docs/bootstrap.md +1 -1
- package/docs/vibe-coding-guide.md +1 -1
- package/documentation-manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Dyyto Engineering Platform 的正式命令行 Composition Root。CLI 负责工
|
|
|
13
13
|
`C:\Users\<用户名>\Desktop\works\sources`。注意命令中必须输入半角 ASCII `~`,不能输入中文全角“~”。
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
corepack pnpm dlx @aipt/idp-setup@0.1.
|
|
16
|
+
corepack pnpm dlx @aipt/idp-setup@0.1.5 init \
|
|
17
17
|
--root ~/Desktop/works/sources
|
|
18
18
|
|
|
19
19
|
source ~/Desktop/works/sources/config/idp/generated/sources.env
|