Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.03 KB

tolgee-puller-rs

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.

Getting started

This crate is not published to any package manager. It can be installed by running cargo install --path .

Usage

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 version

If the following environment variables are set the command arguments will be overwritten if specified.

TOLGEE_API_KEY
TOLGEE_API_URL

License

Distributed under the MIT License. See LICENSE for more information.