cms-tool v0.2.8
cms-tool
CMS自动化提交工具
命令列表
init 初始化页面
Options:
-h, --help output usage information
-p, --page pageName 页面名称
-m, --module moduleName 模块名称
Examples:
$ cms-tool init
$ cms-tool init pageName
$ cms-tool init pageName -m index
$ cms-tool init -m index -p test
list 查看页面简介
Options:
-h, --help output usage information
-m, --module moduleName 模块名称
-p, --page pageName 页面名称
Examples:
$ cms-tool list
$ cms-tool list -m index
data 初始化数据
初始化数据
Options:
-h, --help output usage information
-m, --module moduleName 模块名称
-p, --page pageName 页面名称
Examples:
$ cms-tool data
$ cms-tool data test
$ cms-tool data -m index
$ cms-tool data -m index -p test
update 更新页面
Options:
-h, --help output usage information
-m, --module moduleName 模块名称
-p, --page pageName 页面名称
Examples:
$ cms-tool update
$ cms-tool update test
$ cms-tool update -m index
$ cms-tool update -m index -p test
delete 删除页面
Options:
-h, --help output usage information
-m, --module moduleName 模块名称
-p, --page pageName 页面名称
Examples:
$ cms-tool delete
$ cms-tool delete test
$ cms-tool delete -m index
$ cms-tool delete -m index -p test
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago