A CLI that pulls your Tolgee resources. Basically tolgee-puller but written in Rust.
Warning I'm new to Rust. Don't expect this to be of good quality.
This crate is not published to any package manager. It can be installed by running cargo install --path .
tolgee-puller-rs [OPTIONS] --lng <LNG> --ns <NS> --output-path <OUTPUT_PATH>
Options:
--api-key <API_KEY>
--api-url <API_URL> Defaults to the Tolgee API
--lng <LNG> Comma separated
--ns <NS> Comma separated
--output-path <OUTPUT_PATH>
--split
-h, --help Print help
-V, --version Print versionIf the following environment variables are set the command arguments will be overwritten if specified.
TOLGEE_API_KEY
TOLGEE_API_URLDistributed under the MIT License. See LICENSE for more information.