diff --git a/demo/deploy-org/docs/index.html b/demo/deploy-org/docs/index.html
new file mode 100644
index 0000000..971a69a
--- /dev/null
+++ b/demo/deploy-org/docs/index.html
@@ -0,0 +1,6 @@
+this is a test for system user upload to root user
+
+
+
diff --git a/demo/deploy-org/package.json b/demo/deploy-org/package.json
new file mode 100644
index 0000000..4b20fbc
--- /dev/null
+++ b/demo/deploy-org/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "deploy-org",
+ "version": "0.0.1",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "pub": "envision deploy ./docs -k deploy-test -v 0.0.1 -o root"
+ },
+ "files": [
+ "docs"
+ ],
+ "keywords": [],
+ "author": "abearxiong ",
+ "license": "MIT",
+ "type": "module"
+}
diff --git a/package.json b/package.json
index fc8433d..fe2ea7f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@kevisual/envision-cli",
- "version": "0.0.29-alpha.2",
+ "version": "0.0.29",
"description": "envision command tools",
"main": "dist/index.js",
"type": "module",
diff --git a/src/command/app/front-app/index.ts b/src/command/app/front-app/index.ts
index 091c02f..a517d0b 100644
--- a/src/command/app/front-app/index.ts
+++ b/src/command/app/front-app/index.ts
@@ -13,9 +13,10 @@ export const appCommand = new Command('app').description('app 命令').action(()
program.addCommand(appCommand);
const downloadAppCommand = new Command('download')
- .description('下载 app serve client的包')
+ .description('下载 app serve client的包. \napp download -i root/code-center')
.option('-i, --id ', '下载 app serve client的包, id 或者user/key')
.option('-o, --output