teaql-cli
Rust CLI for TeaQL code generation workflows.
Commands
If you create symlink aliases to the same binary, these names also work:
Install the aliases automatically:
This creates these symlinks next to the current executable:
You can also target a custom directory with cargo-teaql install-links --dir /some/bin --force.
gen-model follows the current generateModel.sh behavior and sends scope=frontend.
Config
Local config lives in ~/.teaql/config.yml.
Example:
service_url: http://springboot.teaql-gen-code.1496855407387739.cn-chengdu.fc.devsapp.net/generate
license_file: assets/public.LICENSE
build_dir: build
timeout_seconds: 300
If license_file is omitted, the bundled assets/public.LICENSE is used.