lokalise / lokalise-cli-2-go

Lokalise CLI v2
Other
108 stars 52 forks source link

Set flags in config file #15

Closed mkaplan9 closed 4 years ago

mkaplan9 commented 4 years ago

Right now it seems like the config file doesn't support all of the possible flags. It would be nice to be able to do something like:

  file:
    download:
      project_id: 12345
      flags:
        format: json
        original-filenames: false
        <more_flags>

and then lokalise2 file download --config lokalise.yml would pull those in.

beinarovic commented 4 years ago

Hi. We have added it to our backlog, but it's not expected anytime soon...

We are open to pull requests from the community though.