Config the project. Proxy of project config
Sub-commands: list | ls, update | set, import | im, export | ex |
subCommand
: Optional supported sub-commands, default: list.params
: Command params, comma-separated.list|ls
List project configs.
sheetbase config list
// list all configsupdate|set
Set or update project configs.
sheetbase config update
// rebuild configs from sheetbase.jsonsheetbase config set key=value|...
// set configsimport|im
Import project configs.
sheetbase config import xxx.json
// import configs from xxx.jsonexport|ex
Export project configs.
sheetbase config export
// export configs to exports/… .jsonsheetbase config export xxx.json
// export configs to xxx.json