Skip to content

Commit

Permalink
Merge pull request #26 from transifex/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
Nikos Vasileiou authored Sep 6, 2023
2 parents 778ae62 + 9874c91 commit 2045790
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,20 @@ command can be simplified to:

`txios-cli push --project MyApp.xcodeproj`

##### Excluding files

With the `--excluded-files` option in the `push` command, an optional list of filenames can be excluded from processing.

Developers can offer a comma separated list of filenames that must be filtered out by the CLI before the strings are pushed to CDS.

Example:

```
txios-cli push ... --excluded-files ExcludedFile1.strings,ExcludedFile2.strings
```

> Note: If a string is included both in the excluded filenames and is also found in non-excluded filenames, it will be included in the push data.
##### Hashing keys on push

By default, the `txios-cli` tool will hash the key of each source string that
Expand Down

0 comments on commit 2045790

Please sign in to comment.